-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[diameter] prefix and result-codes of dia files (#31)
- Loading branch information
Showing
57 changed files
with
709 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
;; 3GPP TS 29.061 v17.6.0 Gmb | ||
|
||
@id 16777223 | ||
@name dia_3gpp_ts_29061_Mz | ||
@vendor 10415 3gpp | ||
@prefix Mz | ||
|
||
@inherits diameter_gen_base_rfc6733 | ||
|
||
@inherits dia_3gpp | ||
|
||
@inherits dia_ietf | ||
|
||
@messages | ||
AA-Request ::= <Diameter Header: 265, REQ, PXY> | ||
< Session-Id > | ||
{ Auth-Application-Id } | ||
{ Origin-Host } | ||
{ Origin-Realm } | ||
{ Destination-Realm } | ||
{ Auth-Request-Type } | ||
[ Destination-Host ] | ||
[ Called-Station-Id ] | ||
[ Calling-Station-Id ] | ||
[ Framed-IP-Address ] | ||
[ Framed-IPv6-Prefix ] | ||
[ Framed-Interface-Id ] | ||
* [ Proxy-Info ] | ||
* [ Route-Record ] | ||
[ 3GPP-IMSI ] | ||
[ RAI ] | ||
[ 3GPP-IMEISV ] | ||
[ 3GPP-RAT-Type ] | ||
[ 3GPP-User-Location-Info ] | ||
[ 3GPP-MS-TimeZone ] | ||
[ Additional-MBMS-Trace-Info ] | ||
|
||
AA-Answer ::= <Diameter Header: 265, PXY> | ||
< Session-Id > | ||
{ Auth-Application-Id } | ||
{ Origin-Host } | ||
{ Origin-Realm } | ||
[ Result-Code ] | ||
[ Experimental-Result ] | ||
[ Error-Message ] | ||
[ Error-Reporting-Host ] | ||
[ Failed-AVP ] | ||
* [ Proxy-Info ] | ||
[ Alternative-APN ] | ||
[ 3GPP-IMSI ] | ||
[ TMGI ] | ||
[ Required-MBMS-Bearer-Capabilities ] | ||
|
||
ST-Request ::= <Diameter Header: 275, REQ, PXY> | ||
< Session-Id > | ||
{ Origin-Host } | ||
{ Origin-Realm } | ||
{ Destination-Realm } | ||
{ Auth-Application-Id } | ||
{ Termination-Cause } | ||
[ Destination-Host ] | ||
* [ Class ] | ||
[ Origin-State-Id ] | ||
* [ Proxy-Info ] | ||
* [ Route-Record ] | ||
[ Additional-MBMS-Trace-Info ] | ||
|
||
ST-Answer ::= <Diameter Header: 275, PXY> | ||
< Session-Id > | ||
{ Result-Code } | ||
{ Origin-Host } | ||
{ Origin-Realm } | ||
* [ Class ] | ||
[ Error-Message ] | ||
[ Error-Reporting-Host ] | ||
[ Failed-AVP ] | ||
[ Origin-State-Id ] | ||
* [ Redirect-Host ] | ||
[ Redirect-Host-Usage ] | ||
[ Redirect-Max-Cache-Time ] | ||
* [ Proxy-Info ] | ||
|
||
ASR ::= <Diameter Header: 274, REQ, PXY> | ||
< Session-Id > | ||
{ Origin-Host } | ||
{ Origin-Realm } | ||
{ Destination-Realm } | ||
{ Destination-Host } | ||
{ Auth-Application-Id } | ||
[ Origin-State-Id ] | ||
* [ Proxy-Info ] | ||
* [ Route-Record ] | ||
|
||
ASA ::= <Diameter Header: 274, PXY> | ||
< Session-Id > | ||
{ Result-Code } | ||
{ Origin-Host } | ||
{ Origin-Realm } | ||
[ Origin-State-Id ] | ||
[ Error-Message ] | ||
[ Error-Reporting-Host ] | ||
[ Failed-AVP ] | ||
* [ Redirect-Host ] | ||
[ Redirect-Host-Usage ] | ||
[ Redirect-Max-Cache-Time ] | ||
* [ Proxy-Info ] | ||
|
||
@define Experimental-Result-Code | ||
DIAMETER_ERROR_UNKNOWN_MBMS_BEARER_SERVICE 5122 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.