aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_pcu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs_pcu.c')
-rw-r--r--src/gprs_pcu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gprs_pcu.c b/src/gprs_pcu.c
index cfe88960..01ead33a 100644
--- a/src/gprs_pcu.c
+++ b/src/gprs_pcu.c
@@ -89,6 +89,7 @@ struct gprs_pcu *gprs_pcu_alloc(void *ctx)
pcu->vty.mcs_lqual_ranges[7].high = 24;
pcu->vty.mcs_lqual_ranges[8].low = 23;
pcu->vty.mcs_lqual_ranges[8].high = 256;
+ pcu->vty.ns_dialect = NS2_DIALECT_IPACCESS;
pcu->T_defs = T_defs_pcu;
osmo_tdefs_reset(pcu->T_defs);