Commit fdd52dca authored by juvancic's avatar juvancic
Browse files

updated enumerated types

parent 665e11a6
Loading
Loading
Loading
Loading
+54 −54
Original line number Diff line number Diff line
@@ -480,28 +480,28 @@ group BasicTypes{
                
                type enumerated IP_CAN_Type{
                    // Ref: ETSI TS 129 212 5.3.27
                    _3GPP_GPRS (0),
                    DOCSIS (1),
                    XDSL (2),
                    WIMAX (3),
                    _3GPP2 (4),
                    _3GPP_EPS (5),
                    NON_3GPP_EPS (6)
                    _3GPP_GPRS_E (0),
                    DOCSIS_E (1),
                    XDSL_E (2),
                    WIMAX_E (3),
                    _3GPP2_E (4),
                    _3GPP_EPS_E (5),
                    NON_3GPP_EPS_E (6)
                };                
              
                type enumerated RAT_Type{
                    // Ref: ETSI TS 129 212 5.3.31
                    WLAN (0),
                    VIRTUAL (1),
                    UTRAN (1000),
                    GERAN (1001),
                    GAN (1002),
                    HSPA_EVOLUTION (1003),
                    EUTRAN (1004),
                    CDMA2000_IX (2000),
                    HRPD(2001),
                    UMB(2002),
                    EHRPD(2003)
                    WLAN_E (0),
                    VIRTUAL_E (1),
                    UTRAN_E (1000),
                    GERAN_E (1001),
                    GAN_E (1002),
                    HSPA_EVOLUTION_E (1003),
                    EUTRAN_E (1004),
                    CDMA2000_IX_E (2000),
                    HRPD_E(2001),
                    UMB_E(2002),
                    EHRPD_E(2003)
                };                
                              
            }//end group AVP_Gx_Types
@@ -1761,51 +1761,51 @@ group BasicTypes{
		    
        		/* Ref: RFC3588 p.3.1 */
        		type enumerated Command_Code{
        			CapExchReq_CER,  // Capabilities-Exchange-Request 	CER  (257)
        			CapExchAns_CEA,  // Capabilities-Exchange-Answer 	CEA  (257)
        			ReAuthReq_RAR,   // Re-Auth-Request 				RAR  (258)
        			ReAuthAns_RAA,   // Re-Auth-Answer 					RAA  (258)
        			CER_E,  // Capabilities-Exchange-Request 	CER  (257)
        			CEA_E,  // Capabilities-Exchange-Answer 	CEA  (257)
        			RAR_E,   // Re-Auth-Request 				RAR  (258)
        			RAA_E,   // Re-Auth-Answer 					RAA  (258)
        		    /**/	
        			ACcountReq_ACR,  // Accounting-Request				ACR(271)
        			ACcountAns_ACA,  // Accounting-Answer				ACA (271)
        			ACR_E,  // Accounting-Request				ACR(271)
        			ACA_E,  // Accounting-Answer				ACA (271)
                    /**/
        			AbrtSessReq_ASR, // Abort-Session-Request			ASR (274)
        			AbrtSessAns_ASA, // Abort-Sesion-Answer				ASA (274)
        			SesTermReq_STR,  // Session-Termination-Request		STR (275)
        			SesTermAns_STA,  // Session-Termination-Answer		STA (275)  		    
        			ASR_E, // Abort-Session-Request			ASR (274)
        			ASA_E, // Abort-Sesion-Answer				ASA (274)
        			STR_E,  // Session-Termination-Request		STR (275)
        			STA_E,  // Session-Termination-Answer		STA (275)  		    
        			/**/
        			DevWtcdReq_DWR,  // Device-Watchdog-Request			DWR (280)
        			DevWtcdAns_DWA,  // Device-Watchdog-Answer			DWA (280) 
        			DisPeerReq_DPR,  // Disconnect-Peer-Requst			DPR (282)
        			DisPeerAns_DPA,  // Disconnect-Peer-Answer			DPA (282) 
        			DWR_E,  // Device-Watchdog-Request			DWR (280)
        			DWA_E,  // Device-Watchdog-Answer			DWA (280) 
        			DPR_E,  // Disconnect-Peer-Requst			DPR (282)
        			DPA_E,  // Disconnect-Peer-Answer			DPA (282) 
        			
        			/* Codes on Cx */
        			UsrAuthReq_UAR,   	// User-Authorization-Request	UAR	300
        			UsrAuthAns_UAA,   	// User-Authorization-Answer	UAA	300
        			SrvAssiReq_SAR,   	// Server-Assignment-Request	SAR	301
        			SrvAssiAns_SAA,   	// Server-Assignment-Answer		SAA	301
         			LocInfoReq_LIR,   	// Location-Info-Request		LIR	302
        			LocInfoAns_LIA,   	// Location-Info-Answer			LIA	302
        			MlmAuthReq_MAR,   	// Multimedia-Auth-Request		MAR	303
        			MlmAuthAns_MAA,   	// Multimedia-Auth-Answer		MAA	303
        			RegTermReq_RTR,  	// Registration-Termination-Request	RTR	304
        			RegTermAns_RTA,  	// Registration-Termination-Answer	RTA	304
         			PshProfReq_PPR,  	// Push-Profile-Request			PPR	305
        			PshProfAns_PPA,  	// Push-Profile-Answer			PPA	305	
        			UAR_E,   	// User-Authorization-Request	UAR	300
        			UAA_E,   	// User-Authorization-Answer	UAA	300
        			SAR_E,   	// Server-Assignment-Request	SAR	301
        			SAA_E,   	// Server-Assignment-Answer		SAA	301
         			LIR_E,   	// Location-Info-Request		LIR	302
        			LIA_E,   	// Location-Info-Answer			LIA	302
        			MAR_E,   	// Multimedia-Auth-Request		MAR	303
        			MAA_E,   	// Multimedia-Auth-Answer		MAA	303
        			RTR_E,  	// Registration-Termination-Request	RTR	304
        			RTA_E,  	// Registration-Termination-Answer	RTA	304
         			PPR_E,  	// Push-Profile-Request			PPR	305
        			PPA_E,  	// Push-Profile-Answer			PPA	305	
        			
        			/* Codes on Sh/Dh interface  */
					UserDataReq_UDR,	//	UDR User-Data-Request AS->HSS 	306
					UserDataAns_UDA,	//	UDA User-Data-Answer HSS->AS	306		
					ProfUpdateReq_PUR, 	//	PUR Profile-Update-Request AS->HSS	307
					ProfUpdateAns_PUA,	//	PUA Profile-Update-Answer HSS->AS	307
					SubsNtfcReq_SNR,	//	SNR Subscribe-Notifications-Request AS->HSS	308
					SubsNtfcAns_SNA,	//	SNA Subscribe-Notifications-Answer HSS->AS	308
					ProfNtfcReq_PNR,	//	PNR Profile-Notification-Request HSS->AS	309
					ProfNtfcAns_PNA,		//	PNA Profile-Notification-Answer AS->HSS		309
					UDR_E,	//	UDR User-Data-Request AS->HSS 	306
					UDA_E,	//	UDA User-Data-Answer HSS->AS	306		
					PUR_E, 	//	PUR Profile-Update-Request AS->HSS	307
					PUA_E,	//	PUA Profile-Update-Answer HSS->AS	307
					SNR_E,	//	SNR Subscribe-Notifications-Request AS->HSS	308
					SNA_E,	//	SNA Subscribe-Notifications-Answer HSS->AS	308
					PNR_E,	//	PNR Profile-Notification-Request HSS->AS	309
					PNA_E,		//	PNA Profile-Notification-Answer AS->HSS		309
					
                    /* Codes on Rx interface  */
                    AuthAccReq_AAR,	//	AAR Auth-Accounting-Request  	265
                    AuthAccAns_AAA	//	AAA Auth-Accounting-Request 	265	
                    AAR_E,	//	AAR Auth-Accounting-Request  	265
                    AAA_E	//	AAA Auth-Accounting-Request 	265	
					
        		}