Skip to content

Commit 03ee1ea

Browse files
cu_up: fix N3 ext_bind_addr config
1 parent d8bfdc9 commit 03ee1ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/units/o_cu_up/o_cu_up_builder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ o_cu_up_unit srsran::build_o_cu_up(const o_cu_up_unit_config& unit_cfg, const o_
9696
udp_network_gateway_config n3_udp_cfg = {};
9797
n3_udp_cfg.bind_address = sock_cfg.bind_addr;
9898
n3_udp_cfg.bind_interface = sock_cfg.bind_interface;
99+
n3_udp_cfg.ext_bind_addr = sock_cfg.ext_addr;
99100
n3_udp_cfg.pool_occupancy_threshold = sock_cfg.udp_config.pool_threshold;
100101
n3_udp_cfg.bind_port = GTPU_PORT;
101102
n3_udp_cfg.rx_max_mmsg = sock_cfg.udp_config.rx_max_msgs;

0 commit comments

Comments
 (0)