badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
| 2 | # |
Ajay Lotan Thakur | 03189d2 | 2022-02-10 14:06:03 -0600 | [diff] [blame] | 3 | # SPDX-License-Identifier: Apache-2.0 |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 4 | |
| 5 | images: |
Ajay Lotan Thakur | 71115fe | 2022-03-03 22:26:08 -0700 | [diff] [blame] | 6 | repository: "" #default docker hub |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 7 | tags: |
Ajay Lotan Thakur | 71115fe | 2022-03-03 22:26:08 -0700 | [diff] [blame] | 8 | init: omecproject/pod-init:1.0.0 |
Ajay Lotan Thakur | 0203c3b | 2022-03-21 13:40:11 -0600 | [diff] [blame] | 9 | gnbsim: omecproject/5gc-gnbsim:main-6e34bd2 |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 10 | pullPolicy: IfNotPresent |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 11 | |
| 12 | nodeSelectors: |
| 13 | enabled: false |
| 14 | gnbsim: |
| 15 | label: omec-cp |
| 16 | value: enabled |
| 17 | |
| 18 | resources: |
| 19 | enabled: true |
| 20 | gnbsim: |
| 21 | requests: |
| 22 | cpu: 2 |
| 23 | memory: 1Gi |
| 24 | limits: |
| 25 | cpu: 2 |
| 26 | memory: 1Gi |
| 27 | |
| 28 | config: |
Ajay Lotan Thakur | 0203c3b | 2022-03-21 13:40:11 -0600 | [diff] [blame] | 29 | useExistingConfigMap: false |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 30 | clusterDomain: cluster.local |
| 31 | coreDump: |
| 32 | enabled: false |
| 33 | path: /tmp/coredump |
| 34 | gnbsim: |
| 35 | deploy: true |
Hyunsun Moon | 2b21eb4 | 2022-03-24 01:52:22 -0600 | [diff] [blame] | 36 | singleInterface: false |
| 37 | networkTopo: |
| 38 | - upfAddr: "192.168.252.3/32" |
| 39 | upfGw: "192.168.251.1" |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 40 | sriov: |
| 41 | enabled: disabled |
Hyunsun Moon | 2b21eb4 | 2022-03-24 01:52:22 -0600 | [diff] [blame] | 42 | resourceName: "intel.com/intel_sriov_vfio" |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 43 | ipam: static |
Hyunsun Moon | 2b21eb4 | 2022-03-24 01:52:22 -0600 | [diff] [blame] | 44 | cniPlugin: macvlan # supported CNIs: sriov, macvlan, host-device |
| 45 | iface: data # master in macvlan or device in host-device |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 46 | gnb: |
Ajay Lotan Thakur | 0203c3b | 2022-03-21 13:40:11 -0600 | [diff] [blame] | 47 | ip: 192.168.251.5/24 #user plane IP at gnb if 2 separate interface provided |
Ajay Lotan Thakur | 484545b | 2022-02-28 14:39:16 -0600 | [diff] [blame] | 48 | profile: |
| 49 | enable: true |
| 50 | port: 5000 |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 51 | ngapp: |
| 52 | port: 38412 |
| 53 | nodePort: |
| 54 | enabled: false |
| 55 | port: 30071 |
| 56 | yamlCfgFiles: |
Ajay Lotan Thakur | b9b6ed3 | 2022-03-02 00:17:19 -0600 | [diff] [blame] | 57 | gnb.conf: |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 58 | info: |
| 59 | version: 1.0.0 |
| 60 | description: gNodeB sim initial configuration |
Ajay Lotan Thakur | 84ddbea | 2022-03-21 16:07:16 -0600 | [diff] [blame] | 61 | logger: |
| 62 | logLevel: info # how detailed the log will be, values: trace, debug, info, warn, error, fatal, panic |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 63 | configuration: |
Ajay Lotan Thakur | 0203c3b | 2022-03-21 13:40:11 -0600 | [diff] [blame] | 64 | #singleInterface: #this will be added thorugh configmap script |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 65 | 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 Gajjar | af6abca | 2021-11-30 19:37:47 +0530 | [diff] [blame] | 72 | 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 Thakur | b9b6ed3 | 2022-03-02 00:17:19 -0600 | [diff] [blame] | 78 | gNBValue: "000102" # gNB identifier (3 bytes hex string, range: 000000~FFFFFF) |
Vini Gajjar | af6abca | 2021-11-30 19:37:47 +0530 | [diff] [blame] | 79 | supportedTaList: |
Ajay Lotan Thakur | b9b6ed3 | 2022-03-02 00:17:19 -0600 | [diff] [blame] | 80 | - tac: "000001" # Tracking Area Code (3 bytes hex string, range: 000000~FFFFFF) |
Vini Gajjar | af6abca | 2021-11-30 19:37:47 +0530 | [diff] [blame] | 81 | broadcastPlmnList: |
| 82 | - plmnId: |
| 83 | mcc: 208 |
| 84 | mnc: 93 |
| 85 | taiSliceSupportList: |
| 86 | - sst: 1 # Slice/Service Type (uinteger, range: 0~255) |
Ajay Lotan Thakur | b9b6ed3 | 2022-03-02 00:17:19 -0600 | [diff] [blame] | 87 | sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF) |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 88 | defaultAmf: |
| 89 | hostName: amf # Host name of AMF |
| 90 | ipAddr: # AMF IP address |
| 91 | port: 38412 # AMF port |
Vini Gajjar | af6abca | 2021-11-30 19:37:47 +0530 | [diff] [blame] | 92 | |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 93 | 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 Thakur | b9b6ed3 | 2022-03-02 00:17:19 -0600 | [diff] [blame] | 98 | startImsi: 208930100007487 #First IMSI. Subsequent values will be used if ueCount is mo re than 1 |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 99 | ueCount: 5 # Number of UEs for for which the profile will be executed |
Ajay Lotan Thakur | 84ddbea | 2022-03-21 16:07:16 -0600 | [diff] [blame] | 100 | defaultAs: "192.168.250.1" #default icmp pkt destination |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 101 | plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC> |
| 102 | mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9) |
| 103 | mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9) |
| 104 | - profileType: pdusessest |
| 105 | profileName: profile2 |
| 106 | enable: true |
| 107 | gnbName: gnb1 |
Ajay Lotan Thakur | b9b6ed3 | 2022-03-02 00:17:19 -0600 | [diff] [blame] | 108 | startImsi: 208930100007492 |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 109 | ueCount: 5 |
| 110 | plmnId: |
| 111 | mcc: 208 |
| 112 | mnc: 93 |
| 113 | dataPktCount: 5 # Number of UL user data packets to be transmitted. Common for all UEs |
Ajay Lotan Thakur | 84ddbea | 2022-03-21 16:07:16 -0600 | [diff] [blame] | 114 | defaultAs: "192.168.250.1" #default icmp pkt destination |
Vini Gajjar | 6cd5c62 | 2021-12-17 09:43:40 +0530 | [diff] [blame] | 115 | - profileType: anrelease |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 116 | profileName: profile3 |
| 117 | enable: false |
| 118 | gnbName: gnb1 |
Ajay Lotan Thakur | b9b6ed3 | 2022-03-02 00:17:19 -0600 | [diff] [blame] | 119 | startImsi: 208930100007497 |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 120 | ueCount: 5 |
| 121 | plmnId: |
Vini Gajjar | af6abca | 2021-11-30 19:37:47 +0530 | [diff] [blame] | 122 | mcc: 208 |
| 123 | mnc: 93 |
Ajay Lotan Thakur | 84ddbea | 2022-03-21 16:07:16 -0600 | [diff] [blame] | 124 | defaultAs: "192.168.250.1" #default icmp pkt destination |
Vini Gajjar | 4dff76a | 2022-01-24 10:29:29 +0000 | [diff] [blame] | 125 | - profileType: uetriggservicereq |
| 126 | profileName: profile4 |
| 127 | enable: false |
| 128 | gnbName: gnb1 |
| 129 | startImsi: 208930100007497 |
| 130 | ueCount: 5 |
| 131 | plmnId: |
| 132 | mcc: 208 |
| 133 | mnc: 93 |
Ajay Lotan Thakur | 84ddbea | 2022-03-21 16:07:16 -0600 | [diff] [blame] | 134 | defaultAs: "192.168.250.1" #default icmp pkt destination |
Vini Gajjar | 6cd5c62 | 2021-12-17 09:43:40 +0530 | [diff] [blame] | 135 | - profileType: deregister |
Ajay Lotan Thakur | 84ddbea | 2022-03-21 16:07:16 -0600 | [diff] [blame] | 136 | profileName: profile5 |
Vini Gajjar | 6cd5c62 | 2021-12-17 09:43:40 +0530 | [diff] [blame] | 137 | enable: false |
| 138 | gnbName: gnb1 |
Ajay Lotan Thakur | b9b6ed3 | 2022-03-02 00:17:19 -0600 | [diff] [blame] | 139 | startImsi: 208930100007497 |
Vini Gajjar | 6cd5c62 | 2021-12-17 09:43:40 +0530 | [diff] [blame] | 140 | ueCount: 5 |
| 141 | plmnId: |
| 142 | mcc: 208 |
| 143 | mnc: 93 |
Ajay Lotan Thakur | 84ddbea | 2022-03-21 16:07:16 -0600 | [diff] [blame] | 144 | defaultAs: "192.168.250.1" #default icmp pkt destination |
| 145 | - profileType: nwtriggeruedereg # profile type |
| 146 | profileName: profile6 # uniqely identifies a profile within application |
| 147 | enable: false # Set true to execute the profile, false otherwise. |
| 148 | gnbName: gnb1 # gNB to be used for this profile |
| 149 | startImsi: 208930100007497 # First IMSI. Subsequent values will be used if ueCount is more than 1 |
| 150 | ueCount: 5 # Number of UEs for for which the profile will be executed |
| 151 | defaultAs: "192.168.250.1" #default icmp pkt destination |
| 152 | perUserTimeout: 100 #if no expected event received in this time then treat it as failure |
| 153 | plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>. Should match startImsi |
| 154 | mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9) |
| 155 | mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9) |
| 156 | - profileType: uereqpdusessrelease # profile type |
| 157 | profileName: profile7 # uniqely identifies a profile within application |
| 158 | enable: false # Set true to execute the profile, false otherwise. |
| 159 | gnbName: gnb1 # gNB to be used for this profile |
| 160 | startImsi: 208930100007497 # First IMSI. Subsequent values will be used if ueCount is more than 1 |
| 161 | ueCount: 5 # Number of UEs for for which the profile will be executed |
| 162 | plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>. Should match startImsi |
| 163 | mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9) |
| 164 | mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9) |
| 165 | defaultAs: "192.168.250.1" #default icmp pkt destination |