aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/net_init.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-06-05 15:37:59 +0200
committerHarald Welte <laforge@gnumonks.org>2018-06-08 16:16:42 +0000
commit0c1ac9f01058c5957d6bbb4c3fa0a51d2dea906a (patch)
tree133c13f24e4d3269cde56b4832a2792f32dd0ba7 /src/osmo-bsc/net_init.c
parentfc622c724133db3d8682101f725d07054000812f (diff)
make T10 configurable like the rest of them
Diffstat (limited to 'src/osmo-bsc/net_init.c')
-rw-r--r--src/osmo-bsc/net_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bsc/net_init.c b/src/osmo-bsc/net_init.c
index 5a48988b3..3ee35fe11 100644
--- a/src/osmo-bsc/net_init.c
+++ b/src/osmo-bsc/net_init.c
@@ -64,6 +64,7 @@ struct gsm_network *gsm_network_init(void *ctx)
net->T3119 = GSM_T3119_DEFAULT;
net->T3122 = GSM_T3122_DEFAULT;
net->T3141 = GSM_T3141_DEFAULT;
+ net->T10 = GSM_T10_DEFAULT;
net->T7 = GSM_T7_DEFAULT;
net->T8 = GSM_T8_DEFAULT;
net->T101 = GSM_T101_DEFAULT;