Use payloadLen if provided
[ric-plt/xapp-frame.git] / pkg / xapp / types.go
index b67f9f1..110244b 100755 (executable)
@@ -38,8 +38,9 @@ type RMRClient struct {
 }
 
 type RMRMeid struct {
-       PlmnID string
-       EnbID  string
+       PlmnID  string
+       EnbID   string
+       RanName string
 }
 
 type MessageConsumer interface {