Skip to content
Snippets Groups Projects
Commit 8a3c737e authored by turletti's avatar turletti
Browse files

debug

parent da59d03d
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ data:
tr_s_preference = "f1";
local_s_if_name = "{{ .Values.config.f1IfName}}";
# local_s_if_name = "{{ .Values.config.f1IfName}}";
local_s_address = "@F1_IP_ADDRESS@";
remote_s_address = "127.0.0.1";
local_s_portc = 501;
......@@ -47,13 +47,13 @@ data:
////////// AMF parameters:
amf_ip_address = ( { ipv4 = "@AMF_IP_ADDRESS@";
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
# amf_ip_address = ({ ipv4 = "@AMF_IP_ADDRESS@"; });
# amf_ip_address = ( { ipv4 = "@AMF_IP_ADDRESS@";
# ipv6 = "192:168:30::17";
# active = "yes";
# preference = "ipv4";
# }
# );
amf_ip_address = ({ ipv4 = "@AMF_IP_ADDRESS@"; });
E1_INTERFACE =
(
......@@ -68,7 +68,7 @@ data:
NETWORK_INTERFACES :
{
GNB_INTERFACE_NAME_FOR_NG_AMF = "{{ .Values.config.n2IfName}}";
# GNB_INTERFACE_NAME_FOR_NG_AMF = "{{ .Values.config.n2IfName}}";
GNB_IPV4_ADDRESS_FOR_NG_AMF = "@GNB_N2_IP_ADDRESS@";
};
}
......@@ -99,7 +99,8 @@ data:
rlc_log_level ="debug";
pdcp_log_level ="info";
rrc_log_level ="info";
f1ap_log_level ="info";
ngap_log_level ="debug";
f1ap_log_level ="info";
ngap_log_level ="debug";
sctp_log_level ="info";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment