You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the design document for multiple DNNs specifies the use of two separate device groups for the same set of devices. This configuration appears redundant, and I would like to explore whether it is possible to simplify the setup by using a single device group for multiple DNNs.
Details:
Current Design Document: The system uses two device groups for devices with the same characteristics, differentiated only by DNNs.
Question: Is it necessary to duplicate the device group for different DNNs, or can we merge them into a single group ?
Revised Configuration Structure:
Single Device Group: Create one device group that includes the IMSIs.
Multiple DNNs: Within the single device group, define separate DNN-specific configurations such as IP pools, QoS parameters, and DNS settings.
Currently, the design document for multiple DNNs specifies the use of two separate device groups for the same set of devices. This configuration appears redundant, and I would like to explore whether it is possible to simplify the setup by using a single device group for multiple DNNs.
Details:
Current Design Document: The system uses two device groups for devices with the same characteristics, differentiated only by DNNs.
Question: Is it necessary to duplicate the device group for different DNNs, or can we merge them into a single group ?
Revised Configuration Structure:
Single Device Group: Create one device group that includes the IMSIs.
Multiple DNNs: Within the single device group, define separate DNN-specific configurations such as IP pools, QoS parameters, and DNS settings.
Example Configuration:
device-groups:
imsis:
ip-domains:
dnn: "internet"
dns-primary: "10.176.0.11"
mtu: 1456
ue-ip-pool: "172.250.0.0/24"
ue-dnn-qos:
dnn-mbr-downlink: 200000000
dnn-mbr-uplink: 20000000
bitrate-unit: bps
traffic-class:
name: "platinum"
qci: 9
arp: 6
pdb: 300
pelr: 6
dnn: "ims"
dns-primary: "10.176.0.11"
mtu: 1456
ue-ip-pool: "172.248.0.0/24"
ue-dnn-qos:
dnn-mbr-downlink: 200000000
dnn-mbr-uplink: 20000000
bitrate-unit: bps
traffic-class:
name: "platinum"
qci: 9
arp: 6
pdb: 300
pelr: 6
site-info: "enterprise"
network-slices:
slice-id:
sd: "000000"
sst: 1
site-device-group:
application-filtering-rules:
priority: 250
action: "permit"
endpoint: "0.0.0.0/0"
site-info:
gNodeBs:
tac: 1
tac: 2
plmn:
mcc: "001"
mnc: "01"
site-name: "enterprise"
upf:
upf-name: "upf-1"
upf-port: 8805
upf-name: "upf.omec-upf-1"
upf-port: 8805
Explanation:
device-groups: Contains a single entry, 5g-gnbsim-user-group, which includes all the IMSIs.
ip-domains: Lists different DNNs (e.g., internet, ims) within the same device group.
network-slices: Assigns this device group to network slices as needed.
The text was updated successfully, but these errors were encountered: