Cherrypick relevant changes from master branch 86/15486/1 0.4.1
authorJohnKeeney <john.keeney@est.tech>
Wed, 11 Feb 2026 11:45:28 +0000 (11:45 +0000)
committerJohnKeeney <john.keeney@est.tech>
Wed, 11 Feb 2026 11:46:20 +0000 (11:46 +0000)
Fixes issue with SME array initialization issue in serivce apis

Issue-ID: NONRTRIC-1098
Change-Id: I3a3cefdf4611199d0cedfe4ab217bc1002f5ed8b
Signed-off-by: JohnKeeney <john.keeney@est.tech>
rapp-manager-sme/pom.xml
sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Artifacts/Deployment/HELM/energy-saving-rapp-0.2.16.tgz
sample-rapp-generator/rapp-slice-prb-prediction/README.md

index be5af1f..d3ed6b8 100755 (executable)
                                 <apiPackage>org.oransc.rappmanager.sme.publishservice.rest</apiPackage>
                                 <modelPackage>org.oransc.rappmanager.sme.publishservice.data</modelPackage>
                                 <generateClientAsBean>false</generateClientAsBean>
+                                <containerDefaultToNull>true</containerDefaultToNull>                                
                             </configOptions>
                         </configuration>
                     </execution>
index 1f80139..847b2fd 100644 (file)
Binary files a/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Artifacts/Deployment/HELM/energy-saving-rapp-0.2.16.tgz and b/sample-rapp-generator/es-demo-rapp/rapp-energy-saving/Artifacts/Deployment/HELM/energy-saving-rapp-0.2.16.tgz differ
index f707251..d6e05e9 100644 (file)
@@ -382,7 +382,7 @@ The SME returns a nested JSON structure containing:
 - `aefProfiles`: Application Exposure Function profiles
 - `versions`: API version information
 - `resources`: Available resources within each version
-- `interfaceDescriptions`: Network endpoint details (IP, port)
+- `interfaceDescriptions`: Network endpoint details (IP, port )
 
 ## RAN NSSMF Client (`src/ran_nssmf_client.py`)