aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-04-08 12:14:56 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2016-04-08 12:14:56 +0200
commit5e007d9445b1fe0233b8d4618d6c1a01ec446788 (patch)
tree18340eba4ef807351b8770e1e70b35d9d63371ce /openbsc/include/openbsc
parent42024336fef37effeb04e61d819ef46e1fd0f2db (diff)
gprs: Use different RAB IDs for activation
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h
index ca47d134b..28c319f59 100644
--- a/openbsc/include/openbsc/gprs_sgsn.h
+++ b/openbsc/include/openbsc/gprs_sgsn.h
@@ -149,6 +149,7 @@ struct sgsn_mm_ctx {
void *ue_ctx;
struct service_info service;
int integrity_active;
+ uint8_t rab_id;
} iu;
/* VLR number */
uint32_t new_sgsn_addr;
@@ -225,6 +226,7 @@ struct sgsn_mm_ctx *sgsn_mm_ctx_by_tlli(uint32_t tlli,
struct sgsn_mm_ctx *sgsn_mm_ctx_by_ptmsi(uint32_t tmsi);
struct sgsn_mm_ctx *sgsn_mm_ctx_by_imsi(const char *imsi);
struct sgsn_mm_ctx *sgsn_mm_ctx_by_ue_ctx(const void *uectx);
+uint8_t rab_id_from_mm_ctx(struct sgsn_mm_ctx *mm);
/* look-up by matching TLLI and P-TMSI (think twice before using this) */
struct sgsn_mm_ctx *sgsn_mm_ctx_by_tlli_and_ptmsi(uint32_t tlli,