plmn id handling improved
[ric-plt/submgr.git] / e2ap / pkg / e2ap / msg_e2ap.go
index 153f07b..2784a2c 100644 (file)
@@ -226,7 +226,7 @@ func (nid *NodeId) String() string {
 //-----------------------------------------------------------------------------
 type GlobalNodeId struct {
        Present      bool
-       PlmnIdentity conv.PlmnIdentity
+       PlmnIdentity conv.PlmnIdentityTbcd
        NodeId       NodeId
 }