gprs_ns2: set default dialect to ipaccess

The default pcu dialect is ipaccess. Keep it that way.

Fixes ttcn3 pcu testcases.

Change-Id: I426f507fb8863abd8995bc615dc6a6fa7ae69217
This commit is contained in:
Alexander Couzens 2020-12-16 21:26:26 +01:00
parent 1e6c350a9f
commit 3db4789be8
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ static void bts_init(struct gprs_rlcmac_bts *bts, BTS* bts_obj)
bts->mcs_lqual_ranges[8].low = 23;
bts->mcs_lqual_ranges[8].high = 256;
bts->cs_downgrade_threshold = 200;
bts->ns_dialect = NS2_DIALECT_IPACCESS;
/* TODO: increase them when CRBB decoding is implemented */
bts->ws_base = 64;