From 50ffc1d600e4146c957ed9473f8503e28cac917f Mon Sep 17 00:00:00 2001 From: "Arrobo, Gabriel" Date: Fri, 16 Jan 2026 13:04:11 -0800 Subject: [PATCH 1/2] Address issue with outdated configuration file Signed-off-by: Arrobo, Gabriel --- config/simapp.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/simapp.yaml b/config/simapp.yaml index bc5cb9e..a304382 100644 --- a/config/simapp.yaml +++ b/config/simapp.yaml @@ -1,17 +1,16 @@ # SPDX-FileCopyrightText: 2021 Open Networking Foundation # # SPDX-License-Identifier: Apache-2.0 -# +# +info: + description: SIMAPP initial local configuration + version: 1.0.0 + http-version: 1 +logger: + APP: + debugLevel: info configuration: - info: - description: SIMAPP initial local configuration - version: 1.0.0 - http-version: 1 - logger: - APP: - ReportCaller: false - debugLevel: info subscribers: - ueId-start: 123456789123458 ueId-end: 123456789123458 @@ -62,7 +61,7 @@ configuration: slice-id: sd: 65565 sst: 255 - site-device-group: + site-device-group: - "iot-camera" application-filtering-rules: - rule-name: rule1 @@ -72,7 +71,8 @@ configuration: app-mbr-uplink: 100 #100kbps app-mbr-downlink: 2000 #2Mbps bitrate-unit: Kbps - traffic-class : "silver" #if same as APN-AMBR then its default bearer rule + traffic-class: + name: "silver" #if same as APN-AMBR then its default bearer rule - rule-name: rule2 priority: 15 action: "permit" @@ -99,7 +99,7 @@ configuration: arp: 6 pdb: 300 pelr: 6 - rule-trigger: api #dont create this bearer immediately. Wait for API call + rule-trigger: api #dont create this bearer immediately. Wait for API call - rule-name: rule4 priority: 35 action: "permit" From 8ff5bca11e936a9e67ca60382e8a3aa687c20a14 Mon Sep 17 00:00:00 2001 From: "Arrobo, Gabriel" Date: Fri, 16 Jan 2026 20:48:06 -0800 Subject: [PATCH 2/2] Address Copilot's comment Signed-off-by: Arrobo, Gabriel --- config/simapp.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/simapp.yaml b/config/simapp.yaml index a304382..3d1d3c8 100644 --- a/config/simapp.yaml +++ b/config/simapp.yaml @@ -80,7 +80,7 @@ configuration: app-mbr-uplink: 1 #1Mbps app-mbr-downlink: 5 #5Mbps bitrate-unit: Mbps - traffic-class : #if same as APN-AMBR then its default bearer rule + traffic-class: #if same as APN-AMBR then its default bearer rule name: "silver" qci: 9 arp: 6 @@ -93,7 +93,7 @@ configuration: app-mbr-uplink: 120 app-mbr-downlink: 520 bitrate-unit: Kbps - traffic-class : #this will create new bearer if QCI/ARP combination is different than default QCI/ARP + traffic-class: #this will create new bearer if QCI/ARP combination is different than default QCI/ARP name: "platinum" qci: 9 arp: 6 @@ -107,7 +107,7 @@ configuration: app-mbr-uplink: 120000 app-mbr-downlink: 520000 bitrate-unit: bps - traffic-class : #this will create new bearer if QCI/ARP combination is different than default QCI/ARP + traffic-class: #this will create new bearer if QCI/ARP combination is different than default QCI/ARP name: "gold" qci: 9 arp: 6 @@ -121,7 +121,7 @@ configuration: app-mbr-uplink: 120000 app-mbr-downlink: 520000 bitrate-unit: bps - traffic-class : #this will create new bearer if QCI/ARP combination is different than default QCI/ARP + traffic-class: #this will create new bearer if QCI/ARP combination is different than default QCI/ARP name: "diamond" qci: 9 arp: 6