aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/system_information.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-03-16 16:31:26 +0100
committerHarald Welte <laforge@gnumonks.org>2013-03-17 14:37:16 +0100
commit0c8f9ca30bafdc571f1f93361c6193c45d727aed (patch)
treed07f5d147f1b4a2c0937aed76bc9aa18093d29c7 /openbsc/src/libbsc/system_information.c
parent7159e8bea3e39bf74ec26356f7317df5d540b77a (diff)
Add VTY option to set GPRS network-control-order to enable MS measurements
In order to enable GPRS downlink measurements at mobile, the network-control-order must be set to nc1.
Diffstat (limited to 'openbsc/src/libbsc/system_information.c')
-rw-r--r--openbsc/src/libbsc/system_information.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/libbsc/system_information.c b/openbsc/src/libbsc/system_information.c
index acf713414..88b81dcb1 100644
--- a/openbsc/src/libbsc/system_information.c
+++ b/openbsc/src/libbsc/system_information.c
@@ -791,6 +791,7 @@ static int generate_si13(uint8_t *output, struct gsm_bts *bts)
si13->header.system_information = GSM48_MT_RR_SYSINFO_13;
si13_default.no_pbcch.rac = bts->gprs.rac;
+ si13_default.no_pbcch.net_ctrl_ord = bts->gprs.net_ctrl_ord;
ret = rest_octets_si13(si13->rest_octets, &si13_default);
if (ret < 0)