Commit 3eab4048 authored by pintar's avatar pintar
Browse files

enumerated parameter was missing

parent e57598e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1037,6 +1037,7 @@ group BasicTypesAndConstants{
                    // Ref: ETSI TS 129 212 5.3.65
                    UNSPECIFIED_E (0),
                    DOWNLINK_E (1),
                    UPLINK_E (2),
                    BIDIRECTIONAL_E (3)
                };