X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fxapp%2Ftypes.go;h=110244b0494079f731d6e0369cd4ac497f5a2f25;hb=688e6c9a8f66fd55bbcb3b8ee7277cc33e7dbbcd;hp=b67f9f1e15b09488f057f003190677f628bfc951;hpb=f11ab7a3d67cea79004d4598607fd4fa4c1ee28a;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/xapp/types.go b/pkg/xapp/types.go index b67f9f1..110244b 100755 --- a/pkg/xapp/types.go +++ b/pkg/xapp/types.go @@ -38,8 +38,9 @@ type RMRClient struct { } type RMRMeid struct { - PlmnID string - EnbID string + PlmnID string + EnbID string + RanName string } type MessageConsumer interface {