X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fxapp%2Ftypes.go;h=2e1eb09934aaad703400904e74996941bc072bf3;hb=refs%2Fchanges%2F76%2F1776%2F2;hp=b67f9f1e15b09488f057f003190677f628bfc951;hpb=f11ab7a3d67cea79004d4598607fd4fa4c1ee28a;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/xapp/types.go b/pkg/xapp/types.go old mode 100755 new mode 100644 index b67f9f1..2e1eb09 --- a/pkg/xapp/types.go +++ b/pkg/xapp/types.go @@ -27,6 +27,8 @@ import ( type RMRStatistics struct{} type RMRClient struct { + protPort string + numWorkers int context unsafe.Pointer ready int wg sync.WaitGroup @@ -38,8 +40,9 @@ type RMRClient struct { } type RMRMeid struct { - PlmnID string - EnbID string + PlmnID string + EnbID string + RanName string } type MessageConsumer interface {