Commit 7394b625 authored by wattelet's avatar wattelet
Browse files

No commit message

No commit message
parent 0bdcb988
Loading
Loading
Loading
Loading
+51 −8
Original line number Diff line number Diff line
@@ -1099,17 +1099,62 @@ group HeaderAndBodyTypes {
			}

			type record RAND_AVP {													//ref: 7.3.53
				AVP_Header							aVP_Header, 					//RAND ::= <AVP header: 1411 10415>
				AVP_Header							aVP_Header, 					//RAND ::= <AVP header: 1447 10415>
                octetstring							aVP_Data
			}

			type record XRES_AVP {													//ref: 7.3.54
				AVP_Header							aVP_Header, 					//XRES ::= <AVP header: 1448 10415>
                octetstring							aVP_Data
			}

			type record AUTN_AVP {													//ref: 7.3.55
				AVP_Header							aVP_Header, 					//AUTN ::= <AVP header: 1449 10415>
                octetstring							aVP_Data
			}

			type record KASME_AVP {													//ref: 7.3.56
				AVP_Header							aVP_Header, 					//KASME ::= <AVP header: 1450 10415>
                octetstring							aVP_Data
			}

			type record E_UTRAN_Vector_AVP {										//ref: 7.3.18
				AVP_Header							aVP_Header, 					//E-UTRAN-Vector ::= <AVP header: 1414 10415>
                Item_Number_AVP						item_Number						optional,
{ RAND }
{ XRES }
{ AUTN }
{ KASME }
                RAND_AVP							rAND,
                XRES_AVP							xRES,
                AUTN_AVP							aUTN,
                KASME_AVP							kASME,
				set of AVP_Type         			aVP_Type						optional
			}

			type record Confidentiality_Key_AVP {									//ref: 7.3.57
				AVP_Header							aVP_Header, 					//Confidentiality-Key ::= <AVP header: 625 10415>
                octetstring							aVP_Data
			}

			type record Integrity_Key_AVP {											//ref: 7.3.58
				AVP_Header							aVP_Header, 					//Integrity-Key ::= <AVP header: 626 10415>
                octetstring							aVP_Data
			}

			type record UTRAN_Vector_AVP {											//ref: 7.3.19
				AVP_Header							aVP_Header, 					//UTRAN-Vector ::= <AVP header: 1415 10415>
                Item_Number_AVP						item_Number						optional,
                RAND_AVP							rAND,
                XRES_AVP							xRES,
                AUTN_AVP							aUTN,
                Confidentiality_Key_AVP				confidentiality_Key,
                Integrity_Key_AVP					integrity_Key,
				set of AVP_Type         			aVP_Type						optional
			}

			type record GERAN_Vector_AVP {											//ref: 7.3.20
				AVP_Header							aVP_Header, 					//GERAN-Vector ::= <AVP header: 1416 10415>
                Item_Number_AVP						item_Number						optional,
                RAND_AVP							rAND,
//                SRES_AVP							sRES,
//                Kc_AVP								kc,
				set of AVP_Type         			aVP_Type						optional
			}

@@ -1203,9 +1248,7 @@ group HeaderAndBodyTypes {
				Origin_Host_AVP                     origin_Host,
				Origin_Realm_AVP                    origin_Realm,
				set of Supported_Features_AVP       supported_Features				optional,
/*				
[ Authentication-Info ]
*/
                Authentication_Info_AVP				authentication_Info				optional,
				set of AVP_Type                     aVP_Type						optional,
				set of Failed_AVP					failed_AVP						optional,
				set of Proxy_Info_AVP               proxy_Info						optional,