Commit b263b5b7 authored by garciay's avatar garciay
Browse files

STF512: Week #19

- Continue validation for both Rf and Ro interfaces
- Bug fixed on the ATS and the Test Adapter
- Source codes will be committed soon
parent 62df5e32
Loading
Loading
Loading
Loading
+14 −7
Original line number Original line Diff line number Diff line
@@ -428,14 +428,21 @@ module LibDiameter_Types_RfRo_AVPs {
            
            
            /**
            /**
             * @desc The Application_Service_Type enumerated values
             * @desc The Application_Service_Type enumerated values
             * @see OMA-DDS-Charging_Data-V1_0-20110201-A / Table 5
             */
             */
            type enumerated Application_Service_Type {
            type enumerated Application_Service_Type {
                INVITING_E  (0),
                SENDING_E   (100),
                JOINING_E   (1),
                RECEIVING_E (101),
                LEAVING_E   (2),
                RETRIEVAL_E (102),
                RECEIVING_E (3),
                INVITING_E  (103),
                RETRIEVAL_E (4),
                LEAVING_E   (104),
                SENDING_E   (5)
                JOINING_E   (105)
//                INVITING_E  (0),
//                JOINING_E   (1),
//                LEAVING_E   (2),
//                RECEIVING_E (3),
//                RETRIEVAL_E (4),
//                SENDING_E   (5)
            } with {
            } with {
                variant "length=32"
                variant "length=32"
            } // End of type Application_Service_Type
            } // End of type Application_Service_Type
@@ -3897,7 +3904,7 @@ module LibDiameter_Types_RfRo_AVPs {
                 */
                 */
                type record Application_Session_ID_AVP {
                type record Application_Session_ID_AVP {
                    AVP_Header aVP_Header,//<AVP header: 2103...>
                    AVP_Header aVP_Header,//<AVP header: 2103...>
                    UTF8String aVP_Data
                    UInt32 aVP_Data
                } // End of type Application_Session_ID_AVP 
                } // End of type Application_Session_ID_AVP 
                
                
                /**
                /**