blob: 28bef3369b07921ec513114ed0b56e2a56e281bf [file] [log] [blame]
ajay87945292021-12-08 00:52:00 -08001Configuration using Simapp POD
2==============================
3
4Easiest way to configure SD-Core is to use simapp. Simapp is the POD which takes
5yaml configuration and configures the subscribers, device groups, network slices
6
7.. code-block::
8
9 config:
10 simapp:
11 cfgFiles:
12 simapp.yaml:
13 configuration:
14 provision-network-slice: true
15 sub-provision-endpt:
16 addr: config4g
17 port: 5000
18 subscribers:
19 - ueId-start: 208014567891201
20 ueId-end: 208014567891211
21 plmnId: 20801
22 opc: "d4416644f6154936193433dd20a0ace0"
23 op: ""
24 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
25 sequenceNumber: 96
26 device-groups:
27 - name: "4g-oaisim-user"
28 imsis:
29 - "208014567891201"
30 - "208014567891202"
31 ip-domain-name: "pool1"
32 ip-domain-expanded:
33 dnn: internet
34 dns-primary: "8.8.8.8"
35 mtu: 1460
36 ue-ip-pool: "172.250.0.0/16"
37 ue-dnn-qos:
38 dnn-mbr-downlink: 20000000
39 dnn-mbr-uplink: 4000000
40 bitrate-unit: bps
41 traffic-class: #default bearer QCI/ARP
42 name: "platinum"
43 qci: 9
44 arp: 1
45 pdb: 300
46 pelr: 6
47 site-info: "aiab"
48 network-slices:
49 - name: "default"
50 slice-id:
51 sd: "010203"
52 sst: 1
53 site-device-group:
54 - "4g-oaisim-user"
55 site-info:
56 gNodeBs:
57 - name: "aiab-gnb1"
58 tac: 1
59 plmn:
60 mcc: "208"
61 mnc: "01"
62 site-name: "aiab"
63 upf:
64 upf-name: "upf"
65 upf-port: 8805
66
67