aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_main.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-08-03 10:01:57 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-08-03 10:08:32 +0200
commit9b5db287c60f87d28cfaf263fabc6d22ae806c36 (patch)
tree9999cfbb8009eee41d850021d701515241eda1d5 /openbsc/src/gprs/sgsn_main.c
parent1a6b83c919dec388853a28e4e1eae71305facb87 (diff)
gb: suspend_ref was changed to a plain uint8_t, update the code
Require a 0.5.2+ libosmogb due the change of the suspend_ref type.
Diffstat (limited to 'openbsc/src/gprs/sgsn_main.c')
-rw-r--r--openbsc/src/gprs/sgsn_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c
index d1df094ae..7d80dc8bd 100644
--- a/openbsc/src/gprs/sgsn_main.c
+++ b/openbsc/src/gprs/sgsn_main.c
@@ -119,7 +119,7 @@ int bssgp_prim_cb(struct osmo_prim_hdr *oph, void *ctx)
return gprs_gmm_rx_suspend(bp->ra_id, bp->tlli);
case PRIM_BSSGP_GMM_RESUME:
return gprs_gmm_rx_resume(bp->ra_id, bp->tlli,
- *bp->u.resume.suspend_ref);
+ bp->u.resume.suspend_ref);
}
break;
case SAP_BSSGP_NM: