RIC-395: E2M new REST API - E2M Set Parameters
[ric-plt/nodeb-rnib.git] / common / utils.go
index d849021..5c3bff9 100644 (file)
@@ -97,6 +97,10 @@ func ValidateAndBuildE2TInstanceKey(address string) (string, error) {
        return fmt.Sprintf("E2TInstance:%s", address), nil
 }
 
+func BuildGeneralConfigurationKey() string {
+       return "GENERAL"
+}
+
 func MapE2TAddressesToKeys(addresses []string) []string {
 
        keys := []string{}