Commit ac3fd428 authored by Franck MESSAOUDI's avatar Franck MESSAOUDI

local changes

parent 9527302f
......@@ -18,120 +18,104 @@
# For more information about the OpenAirInterface (OAI) Software Alliance:
# contact@openairinterface.org
################################################################################
# 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:
general: debug
# If you enable registration, the other NFs will use the NRF discovery mechanism
register_nf:
general: no
http_version: 2
############## SBI Interfaces
### Each NF takes its local SBI interfaces and remote interfaces from here, unless it gets them using NRF discovery mechanisms
nfs:
amf:
host: oai-amf
host: 192.168.10.100
sbi:
port: 8080
api_version: v1
interface_name: eth0
interface_name: enp4s0f0np0
n2:
interface_name: eth0
interface_name: enp4s0f0np0
port: 38412
smf:
host: 192.168.199.68
host: 192.168.10.100
sbi:
port: 8080
api_version: v1
interface_name: eno1
interface_name: enp4s0f0np0
n4:
interface_name: eno1
interface_name: enp4s0f0np0
port: 8805
upf:
host: 192.168.199.67
host: 192.168.10.10
sbi:
port: 8080
api_version: v1
interface_name: eno1
n3:
interface_name: enp1s0f0np0
n3:
interface_name: enp1s0f1np1
port: 2152
n4:
interface_name: eno1
interface_name: enp1s0f0np0
port: 8805
n6:
interface_name: enp1s0f1np1
interface_name: eno1
n9:
interface_name: enp1s0f0np0
port: 2152
udm:
host: oai-udm
host: 192.168.10.100
sbi:
port: 8080
api_version: v1
interface_name: eth0
interface_name: enp4s0f0np0
udr:
host: oai-udr
host: 192.168.10.100
sbi:
port: 8080
api_version: v1
interface_name: eth0
interface_name: enp4s0f0np0
ausf:
host: oai-ausf
host: 192.168.10.100
sbi:
port: 8080
api_version: v1
interface_name: eth0
interface_name: enp4s0f0np0
nrf:
host: oai-nrf
host: 192.168.10.100
sbi:
port: 8080
api_version: v1
interface_name: eth0
interface_name: enp4s0f0np0
#### Common for UDR and AMF
database:
host: mysql
host: 192.168.10.100
user: test
type: mysql
password: test
database_name: oai_db
generate_random: true
connection_timeout: 300 # seconds
connection_timeout: 300
## general single_nssai configuration
## Defines YAML anchors, which are reused in the config file
snssais:
- &embb_slice1
sst: 1
- &embb_slice2
sst: 1
sd: 000001 # in hex
sd: 000001
- &custom_slice
sst: 222
sd: 00007B # in hex
############## NF-specific configuration
sd: 00007B
############## NF-specific configuration
amf:
pid_directory: "/var/run"
amf_name: "OAI-AMF"
# This really depends on if we want to keep the "mini" version or not
support_features_options:
enable_simple_scenario: no
enable_nssf: no
enable_smf_selection: yes
use_external_udm: no
relative_capacity: 30
statistics_timer_interval: 20 #in seconds
statistics_timer_interval: 20
emergency_support: false
served_guami_list:
- mcc: 208
......@@ -162,27 +146,20 @@ amf:
- "NEA0"
- "NEA1"
- "NEA2"
smf:
ue_mtu: 1500
support_features:
use_local_subscription_info: yes # Use infos from local_subscription_info or from UDM
use_local_pcc_rules: yes # Use infos from local_pcc_rules or from PCF
# we resolve from NRF, this is just to configure usage_reporting
use_local_subscription_info: yes
use_local_pcc_rules: yes
upfs:
# - host: oai-spgwu
- host: oai-upf
- host: 192.168.10.10
config:
enable_usage_reporting: no
ue_dns:
primary_ipv4: "172.21.3.100"
primary_ipv4: "8.8.8.8"
primary_ipv6: "2001:4860:4860::8888"
secondary_ipv4: "8.8.8.8"
secondary_ipv6: "2001:4860:4860::8888"
ims:
pcscf_ipv4: "127.0.0.1"
pcscf_ipv6: "fe80::7915:f408:1787:db8b"
# the DNN you configure here should be configured in "dnns"
secondary_ipv4: "8.8.4.4"
secondary_ipv6: "2001:4860:4860::8844"
local_subscription_infos:
- single_nssai:
sst: 1
......@@ -209,13 +186,15 @@ smf:
session_ambr_dl: "100Mbps"
upf:
support_features:
enable_bpf_datapath: no # If "on": BPF is used as datapath else simpleswitch is used, DEFAULT= off
enable_qos: no # Only supported for BPF datapath. If "on" we use qdiscs to manage the QoS
qdisc_scheduler: "htb" # This value is used only in case QoS is enabled
enable_snat: no # If "on": Source natting is done for UE, DEFAULT= off
remote_n6_gw: oai-ext-dn
enable_bpf_datapath: no
enable_qos: no
qdisc_scheduler: "htb"
enable_snat: no
remote_n6_gw: 192.168.199.1
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:
sNssaiUpfInfoList:
- sNssai: *embb_slice1
......@@ -239,5 +218,5 @@ dnns:
pdu_session_type: "IPV4"
ipv4_subnet: "12.1.3.0/24"
- dnn: "ims"
pdu_session_type: "IPV4V6"
ipv4_subnet: "14.1.1.2/24"
pdu_session_type: "IPV4"
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