blob: c2fa77a0f8be27fab0bf1bfd10cb40b537bbbf7e [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 Thakur25c27622022-10-06 15:22:45 -06009 gnbsim: omecproject/5gc-gnbsim:main-0e4b557
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
Badhrinath Padmanabhana0c93b72022-11-21 21:53:00 -060036 waitForAmf: true
Ajay Lotan Thakur82c4bec2022-09-02 13:51:45 -060037 serviceType: ClusterIP
Badhrinath Padmanabhana0c93b72022-11-21 21:53:00 -060038 # serviceAnnotations:
39 # external-dns.alpha.kubernetes.io/hostname: "gnbsim.tenant-site.company.com"
Hyunsun Moon2b21eb42022-03-24 01:52:22 -060040 networkTopo:
41 - upfAddr: "192.168.252.3/32"
42 upfGw: "192.168.251.1"
badhri854c028b32021-11-03 18:24:05 -050043 sriov:
Badhrinath Padmanabhana0c93b72022-11-21 21:53:00 -060044 enabled: false
Hyunsun Moon2b21eb42022-03-24 01:52:22 -060045 resourceName: "intel.com/intel_sriov_vfio"
badhri854c028b32021-11-03 18:24:05 -050046 ipam: static
Hyunsun Moon2b21eb42022-03-24 01:52:22 -060047 cniPlugin: macvlan # supported CNIs: sriov, macvlan, host-device
48 iface: data # master in macvlan or device in host-device
badhri854c028b32021-11-03 18:24:05 -050049 gnb:
Badhrinath Padmanabhana0c93b72022-11-21 21:53:00 -060050 ips:
Vijaya Tiruveedula56f595f2022-10-27 05:28:50 -060051 - '"192.168.251.5/24"' #user plane IP at gnb if 2 separate interface provided
52 - '"192.168.251.6/32"' #user plane IP at gnb if 2 separate interface provided
Ajay Lotan Thakur82c4bec2022-09-02 13:51:45 -060053 httpServer:
Ajay Lotan Thakur75ef3b82022-09-02 20:35:59 -060054 enable: false
Ajay Lotan Thakur82c4bec2022-09-02 13:51:45 -060055 ipAddr: "POD_IP"
56 port: 6000
Badhrinath Padmanabhana0c93b72022-11-21 21:53:00 -060057 nodePort:
58 enabled: false
59 port: 30091
Ajay Lotan Thakureadf7702022-09-30 00:02:58 -060060 goProfile:
Ajay Lotan Thakur484545b2022-02-28 14:39:16 -060061 enable: true
62 port: 5000
badhri854c028b32021-11-03 18:24:05 -050063 ngapp:
64 port: 38412
65 nodePort:
66 enabled: false
67 port: 30071
68 yamlCfgFiles:
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -060069 gnb.conf:
badhri854c028b32021-11-03 18:24:05 -050070 info:
71 version: 1.0.0
72 description: gNodeB sim initial configuration
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -060073 logger:
74 logLevel: info # how detailed the log will be, values: trace, debug, info, warn, error, fatal, panic
badhri854c028b32021-11-03 18:24:05 -050075 configuration:
Ajay Lotan Thakur25c27622022-10-06 15:22:45 -060076 singleInterface: #this will be added thorugh configmap script
77 execInParallel: false #run all profiles in parallel
badhri854c028b32021-11-03 18:24:05 -050078 gnbs: # pool of gNodeBs
79 gnb1:
Vijaya Tiruveedula56f595f2022-10-27 05:28:50 -060080 n2IpAddr: # gNB N2 interface IP address used to connect to AMF
badhri854c028b32021-11-03 18:24:05 -050081 n2Port: 9487 # gNB N2 Port used to connect to AMF
82 n3IpAddr: 192.168.251.5 # gNB N3 interface IP address used to connect to UPF
83 n3Port: 2152 # gNB N3 Port used to connect to UPF
84 name: gnb1 # gNB name that uniquely identify a gNB within application
Vini Gajjaraf6abca2021-11-30 19:37:47 +053085 globalRanId:
86 plmnId:
87 mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
88 mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
Vijaya Tiruveedula56f595f2022-10-27 05:28:50 -060089 gNbId:
Vini Gajjaraf6abca2021-11-30 19:37:47 +053090 bitLength: 24
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -060091 gNBValue: "000102" # gNB identifier (3 bytes hex string, range: 000000~FFFFFF)
Vini Gajjaraf6abca2021-11-30 19:37:47 +053092 supportedTaList:
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -060093 - tac: "000001" # Tracking Area Code (3 bytes hex string, range: 000000~FFFFFF)
Vini Gajjaraf6abca2021-11-30 19:37:47 +053094 broadcastPlmnList:
95 - plmnId:
Vijaya Tiruveedula56f595f2022-10-27 05:28:50 -060096 mcc: 208
Vini Gajjaraf6abca2021-11-30 19:37:47 +053097 mnc: 93
98 taiSliceSupportList:
99 - sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -0600100 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
badhri854c028b32021-11-03 18:24:05 -0500101 defaultAmf:
102 hostName: amf # Host name of AMF
103 ipAddr: # AMF IP address
104 port: 38412 # AMF port
Vijaya Tiruveedula56f595f2022-10-27 05:28:50 -0600105 gnb2:
106 n2IpAddr: # gNB N2 interface IP address used to connect to AMF
107 n2Port: 9488 # gNB N2 Port used to connect to AMF
108 n3IpAddr: 192.168.251.6 # gNB N3 interface IP address used to connect to UPF
109 n3Port: 2152 # gNB N3 Port used to connect to UPF
110 name: gnb2 # gNB name that uniquely identify a gNB within application
111 globalRanId:
112 plmnId:
113 mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
114 mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
115 gNbId:
116 bitLength: 24
117 gNBValue: "000112" # gNB identifier (3 bytes hex string, range: 000000~FFFFFF)
118 supportedTaList:
119 - tac: "000001" # Tracking Area Code (3 bytes hex string, range: 000000~FFFFFF)
120 broadcastPlmnList:
121 - plmnId:
122 mcc: 208
123 mnc: 93
124 taiSliceSupportList:
125 - sst: 1 # Slice/Service Type (uinteger, range: 0~255)
126 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
127 defaultAmf:
128 hostName: amf # Host name of AMF
129 ipAddr: # AMF IP address
130 port: 38412 # AMF port
badhri854c028b32021-11-03 18:24:05 -0500131 profiles: # profile information
132 - profileType: register # profile type
133 profileName: profile1 # uniqely identifies a profile within application
134 enable: false # Set true to execute the profile, false otherwise.
135 gnbName: gnb1 # gNB to be used for this profile
Ajay Lotan Thakur25c27622022-10-06 15:22:45 -0600136 execInParallel: false #run all subscribers in this profile parallel
137 stepTrigger: false #wait for trigger to move to next step
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -0600138 startImsi: 208930100007487 #First IMSI. Subsequent values will be used if ueCount is mo re than 1
badhri854c028b32021-11-03 18:24:05 -0500139 ueCount: 5 # Number of UEs for for which the profile will be executed
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600140 defaultAs: "192.168.250.1" #default icmp pkt destination
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600141 opc: "981d464c7c52eb6e5036234984ad0bcf"
142 key: "5122250214c33e723a5dd523fc145fc0"
badhri854c028b32021-11-03 18:24:05 -0500143 plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
144 mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
145 mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
146 - profileType: pdusessest
147 profileName: profile2
148 enable: true
149 gnbName: gnb1
Ajay Lotan Thakur25c27622022-10-06 15:22:45 -0600150 execInParallel: false #run all subscribers in this profile parallel
151 stepTrigger: false #wait for trigger to move to next step
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -0600152 startImsi: 208930100007492
badhri854c028b32021-11-03 18:24:05 -0500153 ueCount: 5
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600154 opc: "981d464c7c52eb6e5036234984ad0bcf"
155 key: "5122250214c33e723a5dd523fc145fc0"
badhri854c028b32021-11-03 18:24:05 -0500156 plmnId:
157 mcc: 208
158 mnc: 93
159 dataPktCount: 5 # Number of UL user data packets to be transmitted. Common for all UEs
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600160 defaultAs: "192.168.250.1" #default icmp pkt destination
Vini Gajjar6cd5c622021-12-17 09:43:40 +0530161 - profileType: anrelease
badhri854c028b32021-11-03 18:24:05 -0500162 profileName: profile3
163 enable: false
164 gnbName: gnb1
Ajay Lotan Thakur25c27622022-10-06 15:22:45 -0600165 execInParallel: false #run all subscribers in this profile parallel
166 stepTrigger: false #wait for trigger to move to next step
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -0600167 startImsi: 208930100007497
badhri854c028b32021-11-03 18:24:05 -0500168 ueCount: 5
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600169 opc: "981d464c7c52eb6e5036234984ad0bcf"
170 key: "5122250214c33e723a5dd523fc145fc0"
badhri854c028b32021-11-03 18:24:05 -0500171 plmnId:
Vini Gajjaraf6abca2021-11-30 19:37:47 +0530172 mcc: 208
173 mnc: 93
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600174 defaultAs: "192.168.250.1" #default icmp pkt destination
Vini Gajjar4dff76a2022-01-24 10:29:29 +0000175 - profileType: uetriggservicereq
176 profileName: profile4
177 enable: false
178 gnbName: gnb1
Ajay Lotan Thakur25c27622022-10-06 15:22:45 -0600179 execInParallel: false #run all subscribers in this profile parallel
180 stepTrigger: false #wait for trigger to move to next step
Vini Gajjar4dff76a2022-01-24 10:29:29 +0000181 startImsi: 208930100007497
182 ueCount: 5
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600183 opc: "981d464c7c52eb6e5036234984ad0bcf"
184 key: "5122250214c33e723a5dd523fc145fc0"
Vini Gajjar4dff76a2022-01-24 10:29:29 +0000185 plmnId:
186 mcc: 208
187 mnc: 93
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600188 defaultAs: "192.168.250.1" #default icmp pkt destination
Vini Gajjar6cd5c622021-12-17 09:43:40 +0530189 - profileType: deregister
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600190 profileName: profile5
Vini Gajjar6cd5c622021-12-17 09:43:40 +0530191 enable: false
192 gnbName: gnb1
Ajay Lotan Thakur25c27622022-10-06 15:22:45 -0600193 execInParallel: false #run all subscribers in this profile parallel
194 stepTrigger: false #wait for trigger to move to next step
Ajay Lotan Thakurb9b6ed32022-03-02 00:17:19 -0600195 startImsi: 208930100007497
Vini Gajjar6cd5c622021-12-17 09:43:40 +0530196 ueCount: 5
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600197 opc: "981d464c7c52eb6e5036234984ad0bcf"
198 key: "5122250214c33e723a5dd523fc145fc0"
Vini Gajjar6cd5c622021-12-17 09:43:40 +0530199 plmnId:
200 mcc: 208
201 mnc: 93
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600202 defaultAs: "192.168.250.1" #default icmp pkt destination
203 - profileType: nwtriggeruedereg # profile type
204 profileName: profile6 # uniqely identifies a profile within application
205 enable: false # Set true to execute the profile, false otherwise.
206 gnbName: gnb1 # gNB to be used for this profile
Ajay Lotan Thakur25c27622022-10-06 15:22:45 -0600207 execInParallel: false #run all subscribers in this profile parallel
208 stepTrigger: false #wait for trigger to move to next step
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600209 startImsi: 208930100007497 # First IMSI. Subsequent values will be used if ueCount is more than 1
210 ueCount: 5 # Number of UEs for for which the profile will be executed
211 defaultAs: "192.168.250.1" #default icmp pkt destination
212 perUserTimeout: 100 #if no expected event received in this time then treat it as failure
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600213 opc: "981d464c7c52eb6e5036234984ad0bcf"
214 key: "5122250214c33e723a5dd523fc145fc0"
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600215 plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>. Should match startImsi
216 mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
217 mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
218 - profileType: uereqpdusessrelease # profile type
219 profileName: profile7 # uniqely identifies a profile within application
220 enable: false # Set true to execute the profile, false otherwise.
221 gnbName: gnb1 # gNB to be used for this profile
Ajay Lotan Thakur25c27622022-10-06 15:22:45 -0600222 execInParallel: false #run all subscribers in this profile parallel
223 stepTrigger: false #wait for trigger to move to next step
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600224 startImsi: 208930100007497 # First IMSI. Subsequent values will be used if ueCount is more than 1
225 ueCount: 5 # Number of UEs for for which the profile will be executed
Ajay Lotan Thakureb879c42022-06-09 17:37:24 -0600226 opc: "981d464c7c52eb6e5036234984ad0bcf"
227 key: "5122250214c33e723a5dd523fc145fc0"
Ajay Lotan Thakur84ddbea2022-03-21 16:07:16 -0600228 plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>. Should match startImsi
229 mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
230 mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
231 defaultAs: "192.168.250.1" #default icmp pkt destination
Vijaya Tiruveedula56f595f2022-10-27 05:28:50 -0600232 - profileType: pdusessest
233 profileName: profile8
234 enable: true
235 gnbName: gnb2
236 execInParallel: false #run all subscribers in this profile parallel
237 stepTrigger: false #wait for trigger to move to next step
238 startImsi: 208930100007501
239 ueCount: 5
240 opc: "981d464c7c52eb6e5036234984ad0bcf"
241 key: "5122250214c33e723a5dd523fc145fc0"
242 plmnId:
243 mcc: 208
244 mnc: 93
245 dataPktCount: 5 # Number of UL user data packets to be transmitted. Common for all UEs
246 defaultAs: "192.168.250.1" #default icmp pkt destination