aboutsummaryrefslogtreecommitdiffstats
path: root/tests/emu
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-02-16 16:57:15 +0100
committerlaforge <laforge@osmocom.org>2021-02-16 21:32:47 +0000
commit94a367f224ff756335b29d1ae5954ebcfe33ae15 (patch)
tree4011f3db6a8d6be68c232a62abe169e4c3bf8e9f /tests/emu
parent13a12e2e3bf43fbd26e396c841dbeab82108430d (diff)
gprs_bssgp: rename gprs_ns_config -> gprs_ns_update_config
Improve the naming of the function to match it's purpose. Related: SYS#5354 Change-Id: Ib8e4ae734503fd6f6695d9d6767d809e1bf79d22
Diffstat (limited to 'tests/emu')
-rw-r--r--tests/emu/pcu_emu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/emu/pcu_emu.cpp b/tests/emu/pcu_emu.cpp
index ef573a79..082f8ea3 100644
--- a/tests/emu/pcu_emu.cpp
+++ b/tests/emu/pcu_emu.cpp
@@ -108,7 +108,7 @@ void create_and_connect_bssgp(struct gprs_rlcmac_bts *bts,
remote.u.sin.sin_port = htons(sgsn_port);
pcu = gprs_bssgp_init(bts, 20, 20, 901, 99, false, 1, 0, 0);
- gprs_ns_config(bts, nsei, &local, &remote, &nsvci, 1);
+ gprs_ns_update_config(bts, nsei, &local, &remote, &nsvci, 1);
pcu->on_unblock_ack = bvci_unblocked;
pcu->on_dl_unit_data = bssgp_data;