aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2022-12-19 21:21:32 +0100
committerlynxis lazus <lynxis@fe80.eu>2023-01-03 09:13:52 +0000
commit315af2f9ea1e8b9bf6e58caebd9dd7829edecfed (patch)
tree67de160a5ed6834b768c8b09b662adf7aa561526 /include
parent6cc5f08eb8fc3d2cc7e87fba89821903fde0f1d7 (diff)
bts: ipa/osmo-bts/sysmobts: MO: add support for the second NSVC
The second NSVC MO has been explicit skipped and never been interacted with. osmo-bts is already supporting it for a long time as well the PCU is supporting it at least since the NS2 code migration. Fixes the ttcn3 test case BTS_Tests.TC_pcu_socket_two_nsvc. Closes: OS#5835 Change-Id: I3486a7cc9a424602b73f8adc2fefce169213e46b
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/bts_ipaccess_nanobts_omlattr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/bsc/bts_ipaccess_nanobts_omlattr.h b/include/osmocom/bsc/bts_ipaccess_nanobts_omlattr.h
index d6933fc75..dd97a0a76 100644
--- a/include/osmocom/bsc/bts_ipaccess_nanobts_omlattr.h
+++ b/include/osmocom/bsc/bts_ipaccess_nanobts_omlattr.h
@@ -27,10 +27,11 @@
struct gsm_bts_sm;
struct gsm_bts;
struct gsm_bts_trx;
+struct gsm_gprs_nsvc;
struct msgb *nanobts_gen_set_bts_attr(struct gsm_bts *bts);
struct msgb *nanobts_gen_set_nse_attr(struct gsm_bts_sm *bts_sm);
struct msgb *nanobts_gen_set_cell_attr(struct gsm_bts *bts);
-struct msgb *nanobts_gen_set_nsvc_attr(struct gsm_bts *bts);
+struct msgb *nanobts_gen_set_nsvc_attr(struct gsm_gprs_nsvc *nsvc);
struct msgb *nanobts_gen_set_radio_attr(struct gsm_bts *bts,
struct gsm_bts_trx *trx);