Fix protobuf definition of PLMN-Identity-EUTRA-5GC 52/1152/1 v0.2.1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Tue, 15 Oct 2019 05:29:17 +0000 (08:29 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Tue, 15 Oct 2019 06:38:45 +0000 (09:38 +0300)
Change the content of the PLMN_Identity_EUTRA_5GC message in
protobuf to be an 'oneof' structure in order to be in line with
the 3GPP specification where it is defined to be a 'CHOICE' type.

Change-Id: I6b99ec91a3d9b1f11e363d286cc39fed808639d5
Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
rrc_common_types.proto

index 998b0f9..25dce8e 100644 (file)
@@ -5396,8 +5396,10 @@ message MCC
 
 message PLMN_Identity_EUTRA_5GC
 {
-    PLMN_Identity plmn_Identity_EUTRA_5GC = 1;
-    uint32 plmn_index = 2;
+    oneof c {
+        PLMN_Identity plmn_Identity_EUTRA_5GC = 1;
+        uint32 plmn_index = 2;
+    }
 }
 
 message PLMN_IdentityList_EUTRA_5GC