Commit fd816a03 authored by Laurent THOMAS's avatar Laurent THOMAS

remove hardcoded log level

parent 1e3c0fa7
...@@ -16,10 +16,7 @@ gNBs = ...@@ -16,10 +16,7 @@ gNBs =
// Tracking area code, 0x0000 and 0xfffe are reserved values // Tracking area code, 0x0000 and 0xfffe are reserved values
// Tracking area code, 0x0000 and 0xfffe are reserved values // Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = 1; tracking_area_code = 1;
plmn_list = ({ plmn_list = ({ mcc = 208; mnc = 99; mnc_length = 2;
mcc = 208;
mnc = 99;
mnc_length = 2;
snssaiList = ( snssaiList = (
{ {
sst = 1; sst = 1;
......
...@@ -15,10 +15,7 @@ gNBs = ...@@ -15,10 +15,7 @@ gNBs =
// Tracking area code, 0x0000 and 0xfffe are reserved values // Tracking area code, 0x0000 and 0xfffe are reserved values
// Tracking area code, 0x0000 and 0xfffe are reserved values // Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = 1; tracking_area_code = 1;
plmn_list = ({ plmn_list = ({ mcc = 208; mnc = 99; mnc_length = 2;
mcc = 208;
mnc = 99;
mnc_length = 2;
snssaiList = ( snssaiList = (
{ {
sst = 1; sst = 1;
......
...@@ -848,7 +848,6 @@ void gtpv1uReceiver(int h) { ...@@ -848,7 +848,6 @@ void gtpv1uReceiver(int h) {
#include <openair2/ENB_APP/enb_paramdef.h> #include <openair2/ENB_APP/enb_paramdef.h>
void *ocp_gtpv1uTask(void *args) { void *ocp_gtpv1uTask(void *args) {
set_log(GTPU, OAILOG_DEBUG);
while(1) { while(1) {
/* Trying to fetch a message from the message queue. /* Trying to fetch a message from the message queue.
If the queue is empty, this function will block till a If the queue is empty, this function will block till a
......
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