Commit 6d5fa215 authored by pintar's avatar pintar
Browse files

Comments added

parent 0bd0aede
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -1113,15 +1113,15 @@ group BasicTypesAndConstants{

                type enumerated QoS_Class_Identifier{
                    // Ref: ETSI TS 129 212 5.3.17
                    QCI_1_E (1),
                    QCI_2_E (2),
                    QCI_3_E (3),
                    QCI_4_E (4),
                    QCI_5_E (5),
                    QCI_6_E (6),
                    QCI_7_E (7),
                    QCI_8_E (8),
                    QCI_9_E (9)
                    QCI_1_E (1),//examle service=conversational voice
                    QCI_2_E (2),//examle service=conversational video
                    QCI_3_E (3),//examle service=real time gaming
                    QCI_4_E (4),//examle service=non-conversational video
                    QCI_5_E (5),//examle service=IMS signalling
                    QCI_6_E (6),//examle service=video(TCP based)
                    QCI_7_E (7),//examle service=voice,video(life streaming)
                    QCI_8_E (8),//examle service=video(buffered streaming)
                    QCI_9_E (9)//examle service=video(buffered streaming)
                };    

                type enumerated QoS_Negotiation{