Ric-193 - On Success, return Setup Response
[ric-plt/e2mgr.git] / E2Manager / configuration / configuration.go
index 06a8a11..439d4ba 100644 (file)
@@ -39,6 +39,10 @@ type Configuration struct {
        RoutingManager struct {
                BaseUrl    string
        }
+       RicId struct {
+               PlmnId string
+               RicNearRtId string
+       }
        NotificationResponseBuffer   int
        BigRedButtonTimeoutSec       int
        MaxConnectionAttempts        int