Commit ac3fd428 authored by Franck MESSAOUDI's avatar Franck MESSAOUDI

local changes

parent 9527302f
...@@ -18,120 +18,104 @@ ...@@ -18,120 +18,104 @@
# For more information about the OpenAirInterface (OAI) Software Alliance: # For more information about the OpenAirInterface (OAI) Software Alliance:
# contact@openairinterface.org # contact@openairinterface.org
################################################################################ ################################################################################
# OAI CN Configuration File # OAI CN Configuration File
### This file can be used by all OAI NFs
### Some fields are specific to an NF and will be ignored by other NFs
### The {{ env['ENV_NAME'] }} syntax lets you define these values in a docker-compose file
### If you intend to mount this file or use a bare-metal deployment, please refer to README.md
### The README.md also defines default values and allowed values for each configuration parameter
############# Common configuration
# Log level for all the NFs
log_level: log_level:
general: debug general: debug
# If you enable registration, the other NFs will use the NRF discovery mechanism
register_nf: register_nf:
general: no general: no
http_version: 2 http_version: 2
############## SBI Interfaces ############## SBI Interfaces
### Each NF takes its local SBI interfaces and remote interfaces from here, unless it gets them using NRF discovery mechanisms
nfs: nfs:
amf: amf:
host: oai-amf host: 192.168.10.100
sbi: sbi:
port: 8080 port: 8080
api_version: v1 api_version: v1
interface_name: eth0 interface_name: enp4s0f0np0
n2: n2:
interface_name: eth0 interface_name: enp4s0f0np0
port: 38412 port: 38412
smf: smf:
host: 192.168.199.68 host: 192.168.10.100
sbi: sbi:
port: 8080 port: 8080
api_version: v1 api_version: v1
interface_name: eno1 interface_name: enp4s0f0np0
n4: n4:
interface_name: eno1 interface_name: enp4s0f0np0
port: 8805 port: 8805
upf: upf:
host: 192.168.199.67 host: 192.168.10.10
sbi: sbi:
port: 8080 port: 8080
api_version: v1 api_version: v1
interface_name: eno1
n3:
interface_name: enp1s0f0np0 interface_name: enp1s0f0np0
n3:
interface_name: enp1s0f1np1
port: 2152 port: 2152
n4: n4:
interface_name: eno1 interface_name: enp1s0f0np0
port: 8805 port: 8805
n6: n6:
interface_name: enp1s0f1np1 interface_name: eno1
n9: n9:
interface_name: enp1s0f0np0 interface_name: enp1s0f0np0
port: 2152 port: 2152
udm: udm:
host: oai-udm host: 192.168.10.100
sbi: sbi:
port: 8080 port: 8080
api_version: v1 api_version: v1
interface_name: eth0 interface_name: enp4s0f0np0
udr: udr:
host: oai-udr host: 192.168.10.100
sbi: sbi:
port: 8080 port: 8080
api_version: v1 api_version: v1
interface_name: eth0 interface_name: enp4s0f0np0
ausf: ausf:
host: oai-ausf host: 192.168.10.100
sbi: sbi:
port: 8080 port: 8080
api_version: v1 api_version: v1
interface_name: eth0 interface_name: enp4s0f0np0
nrf: nrf:
host: oai-nrf host: 192.168.10.100
sbi: sbi:
port: 8080 port: 8080
api_version: v1 api_version: v1
interface_name: eth0 interface_name: enp4s0f0np0
#### Common for UDR and AMF #### Common for UDR and AMF
database: database:
host: mysql host: 192.168.10.100
user: test user: test
type: mysql type: mysql
password: test password: test
database_name: oai_db database_name: oai_db
generate_random: true generate_random: true
connection_timeout: 300 # seconds connection_timeout: 300
## general single_nssai configuration ## general single_nssai configuration
## Defines YAML anchors, which are reused in the config file
snssais: snssais:
- &embb_slice1 - &embb_slice1
sst: 1 sst: 1
- &embb_slice2 - &embb_slice2
sst: 1 sst: 1
sd: 000001 # in hex sd: 000001
- &custom_slice - &custom_slice
sst: 222 sst: 222
sd: 00007B # in hex sd: 00007B
############## NF-specific configuration
############## NF-specific configuration ############## NF-specific configuration
amf: amf:
pid_directory: "/var/run" pid_directory: "/var/run"
amf_name: "OAI-AMF" amf_name: "OAI-AMF"
# This really depends on if we want to keep the "mini" version or not
support_features_options: support_features_options:
enable_simple_scenario: no enable_simple_scenario: no
enable_nssf: no enable_nssf: no
enable_smf_selection: yes enable_smf_selection: yes
use_external_udm: no use_external_udm: no
relative_capacity: 30 relative_capacity: 30
statistics_timer_interval: 20 #in seconds statistics_timer_interval: 20
emergency_support: false emergency_support: false
served_guami_list: served_guami_list:
- mcc: 208 - mcc: 208
...@@ -162,27 +146,20 @@ amf: ...@@ -162,27 +146,20 @@ amf:
- "NEA0" - "NEA0"
- "NEA1" - "NEA1"
- "NEA2" - "NEA2"
smf: smf:
ue_mtu: 1500 ue_mtu: 1500
support_features: support_features:
use_local_subscription_info: yes # Use infos from local_subscription_info or from UDM use_local_subscription_info: yes
use_local_pcc_rules: yes # Use infos from local_pcc_rules or from PCF use_local_pcc_rules: yes
# we resolve from NRF, this is just to configure usage_reporting
upfs: upfs:
# - host: oai-spgwu - host: 192.168.10.10
- host: oai-upf
config: config:
enable_usage_reporting: no enable_usage_reporting: no
ue_dns: ue_dns:
primary_ipv4: "172.21.3.100" primary_ipv4: "8.8.8.8"
primary_ipv6: "2001:4860:4860::8888" primary_ipv6: "2001:4860:4860::8888"
secondary_ipv4: "8.8.8.8" secondary_ipv4: "8.8.4.4"
secondary_ipv6: "2001:4860:4860::8888" secondary_ipv6: "2001:4860:4860::8844"
ims:
pcscf_ipv4: "127.0.0.1"
pcscf_ipv6: "fe80::7915:f408:1787:db8b"
# the DNN you configure here should be configured in "dnns"
local_subscription_infos: local_subscription_infos:
- single_nssai: - single_nssai:
sst: 1 sst: 1
...@@ -209,13 +186,15 @@ smf: ...@@ -209,13 +186,15 @@ smf:
session_ambr_dl: "100Mbps" session_ambr_dl: "100Mbps"
upf: upf:
support_features: support_features:
enable_bpf_datapath: no # If "on": BPF is used as datapath else simpleswitch is used, DEFAULT= off enable_bpf_datapath: no
enable_qos: no # Only supported for BPF datapath. If "on" we use qdiscs to manage the QoS enable_qos: no
qdisc_scheduler: "htb" # This value is used only in case QoS is enabled qdisc_scheduler: "htb"
enable_snat: no # If "on": Source natting is done for UE, DEFAULT= off enable_snat: no
remote_n6_gw: oai-ext-dn remote_n6_gw: 192.168.199.1
smfs: smfs:
- host: oai-smf # To be used for PFCP association in case of no-NRF - host: 192.168.10.100
config:
enable_usage_reporting: no
upf_info: upf_info:
sNssaiUpfInfoList: sNssaiUpfInfoList:
- sNssai: *embb_slice1 - sNssai: *embb_slice1
...@@ -239,5 +218,5 @@ dnns: ...@@ -239,5 +218,5 @@ dnns:
pdu_session_type: "IPV4" pdu_session_type: "IPV4"
ipv4_subnet: "12.1.3.0/24" ipv4_subnet: "12.1.3.0/24"
- dnn: "ims" - dnn: "ims"
pdu_session_type: "IPV4V6" pdu_session_type: "IPV4"
ipv4_subnet: "14.1.1.2/24" ipv4_subnet: "14.1.1.0/24"
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment