X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Fsbi.go;h=018c111a43a4e6e625c32118b3562a6ea587c71f;hb=refs%2Fchanges%2F94%2F4394%2F1;hp=6a878bba95310e22423b90987c91b9f213cc8968;hpb=8f7ca65ce6b2691e08bb3496c14fae88e32ad973;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/sbi.go b/pkg/sbi/sbi.go index 6a878bb..018c111 100644 --- a/pkg/sbi/sbi.go +++ b/pkg/sbi/sbi.go @@ -128,8 +128,8 @@ func (s *Sbi) updatePlatformEndpoints(pcs *rtmgr.PlatformComponents, sbi Engine) XAppType: PlatformType, Ip: pc.Fqdn, Port: pc.Port, - TxMessages: rtmgr.PLATFORMMESSAGETYPES[pc.Name]["tx"], - RxMessages: rtmgr.PLATFORMMESSAGETYPES[pc.Name]["rx"], + //TxMessages: rtmgr.PLATFORMMESSAGETYPES[pc.Name]["tx"], + //RxMessages: rtmgr.PLATFORMMESSAGETYPES[pc.Name]["rx"], Socket: nil, IsReady: false, Keepalive: true, @@ -160,8 +160,8 @@ func (s *Sbi) updateE2TEndpoints(E2Ts *map[string]rtmgr.E2TInstance, sbi Engine) XAppType: PlatformType, Ip: ipaddress, Port: uint16(port), - TxMessages: rtmgr.PLATFORMMESSAGETYPES[e2t.Name]["tx"], - RxMessages: rtmgr.PLATFORMMESSAGETYPES[e2t.Name]["rx"], + //TxMessages: rtmgr.PLATFORMMESSAGETYPES[e2t.Name]["tx"], + //RxMessages: rtmgr.PLATFORMMESSAGETYPES[e2t.Name]["rx"], Socket: nil, IsReady: false, Keepalive: true,