Commit 0d1fea03 authored by juvancic's avatar juvancic
Browse files

added Reservation Priority_AVP

parent e47ba064
Loading
Loading
Loading
Loading
+30 −3
Original line number Diff line number Diff line
@@ -721,6 +721,27 @@ group BasicTypesAndConstants{
                    SIP_E (1)
                };
                
                type enumerated Reservation_Priority_Type{
                    // Ref: ETSI TS 183 017 7.3.9
                    PRIORITY_ONE_E (1),
                    PRIORITY_TWO_E (2),
                    PRIORITY_THREE_E (3),
                    PRIORITY_FOUR_E (4),
                    PRIORITY_FIVE_E (5),
                    PRIORITY_SIX_E (6),
                    PRIORITY_SEVEN_E (7),
                    PRIORITY_EIGHT_E (8),
                    PRIORITY_NINE_E (9),
                    PRIORITY_TEN_E(10),
                    PRIORITY_ELEVEN_E (11),
                    PRIORITY_TWELVE_E (12),
                    PRIORITY_THIRTEEN_E (13),
                    PRIORITY_FOURTEEN_E (14),
                    PRIORITY_FIFTEEN_E (15)
                };
                
                
                
            }//end group AVP_Rx_Types
            group AVP_Gx_Types{
                
@@ -1974,6 +1995,12 @@ group BasicTypesAndConstants{
                     AF_Signalling_Protocol_Type	aVP_Data
                  };
                  
                type record Reservation_Priority_AVP{
				  //Ref: ETSI TS 183 017 Reservation_Priority AVP
                     AVP_Header			aVP_Header,//<AVP header: 458 ....>
                	 Reservation_Priority_Type aVP_Data
                }
                                
			}//end of group Rx_AVPs	
			
			group Gx_AVPs{
@@ -2878,7 +2905,7 @@ group BasicTypesAndConstants{
                    set of Specific_Action_AVP			specific_Action optional,
                    set of Subscription_Id_AVP			subscription_Id optional,
                    set of Supported_Features_AVP		supported_Features optional,
                    //Reservation_Priority_AVP			reservation_Priority optional,
                    Reservation_Priority_AVP			reservation_Priority optional,
                    Framed_IP_Address_AVP				framed_IP_Address optional,
                    Framed_IPv6_Prefix_AVP				framed_IPv6_Address optional,
                    Called_Station_Id_AVP				called_Station_Id optional,