blob: bf53aa9364b6ebc9f9bfdbc2a52aa1e104434850 [file] [log] [blame]
badhri854c028b32021-11-03 18:24:05 -05001# Copyright 2020-present Open Networking Foundation
2#
Ajay Lotan Thakur03189d22022-02-10 14:06:03 -06003# SPDX-License-Identifier: Apache-2.0
badhri854c028b32021-11-03 18:24:05 -05004
5images:
Ajay Lotan Thakur71115fe2022-03-03 22:26:08 -07006 repository: "" #default docker hub
badhri854c028b32021-11-03 18:24:05 -05007 tags:
Ajay Lotan Thakur71115fe2022-03-03 22:26:08 -07008 init: omecproject/pod-init:1.0.0
Ajay Lotan Thakura2e2adb2022-06-06 13:46:30 -06009 gnbsim: omecproject/5gc-gnbsim:main-238bdee
badhri854c028b32021-11-03 18:24:05 -050010 pullPolicy: IfNotPresent
badhri854c028b32021-11-03 18:24:05 -050011
12nodeSelectors:
13 enabled: false
14 gnbsim:
15 label: omec-cp
16 value: enabled
17
18resources:
19 enabled: true
20 gnbsim:
21 requests:
22 cpu: 2
23 memory: 1Gi
24 limits:
25 cpu: 2
26 memory: 1Gi
27
28config:
Ajay Lotan Thakur0203c3b2022-03-21 13:40:11 -060029 useExistingConfigMap: false
badhri854c028b32021-11-03 18:24:05 -050030 clusterDomain: cluster.local
31 coreDump:
32 enabled: false
33 path: /tmp/coredump
34 gnbsim:
35 deploy: true
Hyunsun Moon2b21eb42022-03-24 01:52:22 -060036 singleInterface: false
37 networkTopo:
38 - upfAddr: "192.168.252.3/32"
39 upfGw: "192.168.251.1"
badhri854c028b32021-11-03 18:24:05 -050040 sriov:
41 enabled: disabled
Hyunsun Moon2b21eb42022-03-24 01:52:22 -060042 resourceName: "intel.com/intel_sriov_vfio"
badhri854c028b32021-11-03 18:24:05 -050043 ipam: static
Hyunsun Moon2b21eb42022-03-24 01:52:22 -060044 cniPlugin: macvlan # supported CNIs: sriov, macvlan, host-device
45 iface: data # master in macvlan or device in host-device
badhri854c028b32021-11-03 18:24:05 -050046 gnb:
Ajay Lotan Thakur0203c3b2022-03-21 13:40:11 -060047 ip: 192.168.251.5/24 #user plane IP at gnb if 2 separate interface provided
Ajay Lotan Thakur484545b2022-02-28 14:39:16 -060048 profile:
49 enable: true
50 port: 5000
badhri854c028b32021-11-03 18:24:05 -050051 ngapp:
52 port: 38412
53 nodePort:
54 enabled: false
55 port: 30071
56 yamlCfgFiles:
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -060057 gnb.conf:
badhri854c028b32021-11-03 18:24:05 -050058 info:
59 version: 1.0.0
60 description: gNodeB sim initial configuration
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -060061 logger:
62 logLevel: info # how detailed the log will be, values: trace, debug, info, warn, error, fatal, panic
badhri854c028b32021-11-03 18:24:05 -050063 configuration:
Ajay Lotan Thakur0203c3b2022-03-21 13:40:11 -060064 #singleInterface: #this will be added thorugh configmap script
badhri854c028b32021-11-03 18:24:05 -050065 gnbs: # pool of gNodeBs
66 gnb1:
67 n2IpAddr: # gNB N2 interface IP address used to connect to AMF
68 n2Port: 9487 # gNB N2 Port used to connect to AMF
69 n3IpAddr: 192.168.251.5 # gNB N3 interface IP address used to connect to UPF
70 n3Port: 2152 # gNB N3 Port used to connect to UPF
71 name: gnb1 # gNB name that uniquely identify a gNB within application
Vini Gajjaraf6abca2021-11-30 19:37:47 +053072 globalRanId:
73 plmnId:
74 mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
75 mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
76 gNbId:
77 bitLength: 24
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -060078 gNBValue: "000102" # gNB identifier (3 bytes hex string, range: 000000~FFFFFF)
Vini Gajjaraf6abca2021-11-30 19:37:47 +053079 supportedTaList:
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -060080 - tac: "000001" # Tracking Area Code (3 bytes hex string, range: 000000~FFFFFF)
Vini Gajjaraf6abca2021-11-30 19:37:47 +053081 broadcastPlmnList:
82 - plmnId:
83 mcc: 208
84 mnc: 93
85 taiSliceSupportList:
86 - sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -060087 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
badhri854c028b32021-11-03 18:24:05 -050088 defaultAmf:
89 hostName: amf # Host name of AMF
90 ipAddr: # AMF IP address
91 port: 38412 # AMF port
Vini Gajjaraf6abca2021-11-30 19:37:47 +053092
badhri854c028b32021-11-03 18:24:05 -050093 profiles: # profile information
94 - profileType: register # profile type
95 profileName: profile1 # uniqely identifies a profile within application
96 enable: false # Set true to execute the profile, false otherwise.
97 gnbName: gnb1 # gNB to be used for this profile
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -060098 startImsi: 208930100007487 #First IMSI. Subsequent values will be used if ueCount is mo re than 1
badhri854c028b32021-11-03 18:24:05 -050099 ueCount: 5 # Number of UEs for for which the profile will be executed
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600100 defaultAs: "192.168.250.1" #default icmp pkt destination
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600101 opc: "981d464c7c52eb6e5036234984ad0bcf"
102 key: "5122250214c33e723a5dd523fc145fc0"
badhri854c028b32021-11-03 18:24:05 -0500103 plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
104 mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
105 mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
106 - profileType: pdusessest
107 profileName: profile2
108 enable: true
109 gnbName: gnb1
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -0600110 startImsi: 208930100007492
badhri854c028b32021-11-03 18:24:05 -0500111 ueCount: 5
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600112 opc: "981d464c7c52eb6e5036234984ad0bcf"
113 key: "5122250214c33e723a5dd523fc145fc0"
badhri854c028b32021-11-03 18:24:05 -0500114 plmnId:
115 mcc: 208
116 mnc: 93
117 dataPktCount: 5 # Number of UL user data packets to be transmitted. Common for all UEs
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600118 defaultAs: "192.168.250.1" #default icmp pkt destination
Vini Gajjar6cd5c622021-12-17 09:43:40 +0530119 - profileType: anrelease
badhri854c028b32021-11-03 18:24:05 -0500120 profileName: profile3
121 enable: false
122 gnbName: gnb1
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -0600123 startImsi: 208930100007497
badhri854c028b32021-11-03 18:24:05 -0500124 ueCount: 5
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600125 opc: "981d464c7c52eb6e5036234984ad0bcf"
126 key: "5122250214c33e723a5dd523fc145fc0"
badhri854c028b32021-11-03 18:24:05 -0500127 plmnId:
Vini Gajjaraf6abca2021-11-30 19:37:47 +0530128 mcc: 208
129 mnc: 93
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600130 defaultAs: "192.168.250.1" #default icmp pkt destination
Vini Gajjar4dff76a2022-01-24 10:29:29 +0000131 - profileType: uetriggservicereq
132 profileName: profile4
133 enable: false
134 gnbName: gnb1
135 startImsi: 208930100007497
136 ueCount: 5
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600137 opc: "981d464c7c52eb6e5036234984ad0bcf"
138 key: "5122250214c33e723a5dd523fc145fc0"
Vini Gajjar4dff76a2022-01-24 10:29:29 +0000139 plmnId:
140 mcc: 208
141 mnc: 93
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600142 defaultAs: "192.168.250.1" #default icmp pkt destination
Vini Gajjar6cd5c622021-12-17 09:43:40 +0530143 - profileType: deregister
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600144 profileName: profile5
Vini Gajjar6cd5c622021-12-17 09:43:40 +0530145 enable: false
146 gnbName: gnb1
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -0600147 startImsi: 208930100007497
Vini Gajjar6cd5c622021-12-17 09:43:40 +0530148 ueCount: 5
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600149 opc: "981d464c7c52eb6e5036234984ad0bcf"
150 key: "5122250214c33e723a5dd523fc145fc0"
Vini Gajjar6cd5c622021-12-17 09:43:40 +0530151 plmnId:
152 mcc: 208
153 mnc: 93
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600154 defaultAs: "192.168.250.1" #default icmp pkt destination
155 - profileType: nwtriggeruedereg # profile type
156 profileName: profile6 # uniqely identifies a profile within application
157 enable: false # Set true to execute the profile, false otherwise.
158 gnbName: gnb1 # gNB to be used for this profile
159 startImsi: 208930100007497 # First IMSI. Subsequent values will be used if ueCount is more than 1
160 ueCount: 5 # Number of UEs for for which the profile will be executed
161 defaultAs: "192.168.250.1" #default icmp pkt destination
162 perUserTimeout: 100 #if no expected event received in this time then treat it as failure
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600163 opc: "981d464c7c52eb6e5036234984ad0bcf"
164 key: "5122250214c33e723a5dd523fc145fc0"
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600165 plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>. Should match startImsi
166 mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
167 mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
168 - profileType: uereqpdusessrelease # profile type
169 profileName: profile7 # uniqely identifies a profile within application
170 enable: false # Set true to execute the profile, false otherwise.
171 gnbName: gnb1 # gNB to be used for this profile
172 startImsi: 208930100007497 # First IMSI. Subsequent values will be used if ueCount is more than 1
173 ueCount: 5 # Number of UEs for for which the profile will be executed
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600174 opc: "981d464c7c52eb6e5036234984ad0bcf"
175 key: "5122250214c33e723a5dd523fc145fc0"
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600176 plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>. Should match startImsi
177 mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
178 mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
179 defaultAs: "192.168.250.1" #default icmp pkt destination