aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data_shared.h
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/include/openbsc/gsm_data_shared.h
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/include/openbsc/gsm_data_shared.h')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 83758b127..f5ab47327 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -658,6 +658,7 @@ struct gsm_bts {
} cell;
struct gsm_bts_gprs_nsvc nsvc[2];
uint8_t rac;
+ uint8_t net_ctrl_ord;
} gprs;
/* RACH NM values */