aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_pcu.c
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-01-25 20:28:38 +0100
committerpespin <pespin@sysmocom.de>2021-01-28 12:55:41 +0000
commitf7ec52560f07f2f3d5488d78c7f616d98ca43733 (patch)
tree0780c8c3e12c8275182bb82e3cd96f3ba7c13cc2 /src/gprs_pcu.c
parent91e3567a150b7f5d345de14314370580eb672bc8 (diff)
follow gprs_ns2 API enum changes
All gprs_ns2 enums have now GPRS_NS2 as prefix. Depends-on: I548ff12f7277cbb7e1a630a3dc02b738ce89be72 (libosmocore) Change-Id: Ifdc7956318c07d680feab33c22bc2c6f20927bf9
Diffstat (limited to 'src/gprs_pcu.c')
-rw-r--r--src/gprs_pcu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_pcu.c b/src/gprs_pcu.c
index 2f18dfd0..07861993 100644
--- a/src/gprs_pcu.c
+++ b/src/gprs_pcu.c
@@ -91,7 +91,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->vty.ns_dialect = GPRS_NS2_DIALECT_IPACCESS;
/* TODO: increase them when CRBB decoding is implemented */
pcu->vty.ws_base = 64;
pcu->vty.ws_pdch = 0;