fixeria has uploaded this change for review.
layer23/sysinfo: fix copy-paste in gsm48_decode_sysinfo13()
Change-Id: Ia9309a037cc09c2a0de2f64521a57e0567fbec11
Fixes: CID#307087, CID#307088
---
M src/host/layer23/src/common/sysinfo.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/41/30941/1
diff --git a/src/host/layer23/src/common/sysinfo.c b/src/host/layer23/src/common/sysinfo.c
index 0201c7c..392cdc3 100644
--- a/src/host/layer23/src/common/sysinfo.c
+++ b/src/host/layer23/src/common/sysinfo.c
@@ -898,8 +898,8 @@
s->gprs.pan_params_present = gco->Exist_PAN;
if (s->gprs.pan_params_present) {
s->gprs.pan_dec = gco->PAN_DEC;
- s->gprs.pan_dec = gco->PAN_INC;
- s->gprs.pan_dec = gco->PAN_MAX;
+ s->gprs.pan_inc = gco->PAN_INC;
+ s->gprs.pan_max = gco->PAN_MAX;
}
s->gprs.egprs_supported = 0;
To view, visit change 30941. To unsubscribe, or for help writing mail filters, visit settings.