Commit 45bd0274 authored by David Kim's avatar David Kim

Updating gNB tun interface name and adding nsa config file.

parent 480ae78d
......@@ -385,8 +385,8 @@ uint64_t pdcp_module_init(uint64_t _pdcp_optmask, int id)
LOG_I(PDCP, "UE pdcp will use tun interface\n");
start_pdcp_tun_ue();
} else if(ENB_NAS_USE_TUN) {
netlink_init_tun("enb", 1, id);
nas_config(1, 1, 1, "enb");
netlink_init_tun("gnb", 1, id);
nas_config(1, 1, 1, "gnb");
LOG_I(PDCP, "ENB pdcp will use tun interface\n");
start_pdcp_tun_enb();
} else {
......
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