RIC-125: Expose discovered gNBs and their status via O1
[ric-plt/o1.git] / agent / pkg / nbi / types.go
index 7525436..a955d54 100755 (executable)
@@ -31,7 +31,7 @@ type Nbi struct {
        schemas      []string
        connection   *C.sr_conn_ctx_t
        session      *C.sr_session_ctx_t
-  subscription *C.sr_subscription_ctx_t
-  oper          C.sr_change_oper_t
+       subscription *C.sr_subscription_ctx_t
+       oper         C.sr_change_oper_t
        cleanupChan  chan bool
 }