Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions config/simapp.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
#
# 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
Expand Down Expand Up @@ -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
Expand All @@ -72,15 +71,16 @@ 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"
endpoint: 8.8.8.8/32
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
Expand All @@ -93,21 +93,21 @@ 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
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"
endpoint: 1.1.1.1/32
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
Expand All @@ -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
Expand Down