aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-03-31 23:27:44 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-04-03 16:38:06 +0000
commit7f3724e04d3916ccb9ae7fd5dd0352208159a7cf (patch)
tree5ca6e810dc9a104169b54aa7e01f8b6abdb70b78 /openbsc/include/openbsc/gsm_data.h
parent4aa75e74f48b06ecadc37dffe2875c93fd6ee674 (diff)
VTY: add the dyn_ts_allow_tch_f option
This option allows to enable or disable TCH/F allocation on the TCH/F_TCH/H_PDCH timeslots. Until now, source code modification was required to enable this feature. Related: OS#1778 Change-Id: Id18cab25844dc854a66b4e2713e90c3f43afa712
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 17cc80475..08e07d8cc 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -384,7 +384,6 @@ struct gsm_network {
/* Allow or disallow TCH/F on dynamic TCH/F_TCH/H_PDCH; OS#1778 */
bool dyn_ts_allow_tch_f;
- /* TODO: vty for this; related: OS#1781 */
/* all active subscriber connections. */
struct llist_head subscr_conns;