From 0c8f9ca30bafdc571f1f93361c6193c45d727aed Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 16 Mar 2013 16:31:26 +0100 Subject: 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. --- openbsc/include/openbsc/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/gsm_data_shared.h') 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 */ -- cgit v1.2.3