aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gprs_llc.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-28 17:39:20 +0200
committerHarald Welte <laforge@gnumonks.org>2016-07-04 08:42:37 +0000
commit3955025c2a83a334f65322def52466c1cc86ed89 (patch)
tree97883e76b75401e0711e4d8b11fc35226d7e78eb /openbsc/include/openbsc/gprs_llc.h
parent93408ae72719590b9a0df9ce565694956f0cc34a (diff)
SGSN: move TLLI unassignment into separate function
Diffstat (limited to 'openbsc/include/openbsc/gprs_llc.h')
-rw-r--r--openbsc/include/openbsc/gprs_llc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gprs_llc.h b/openbsc/include/openbsc/gprs_llc.h
index d54b72e4a..8cd0c2621 100644
--- a/openbsc/include/openbsc/gprs_llc.h
+++ b/openbsc/include/openbsc/gprs_llc.h
@@ -218,6 +218,7 @@ int gprs_llgmm_reset_oldmsg(struct msgb* oldmsg, uint8_t sapi);
int gprs_llgmm_assign(struct gprs_llc_llme *llme,
uint32_t old_tlli, uint32_t new_tlli,
enum gprs_ciph_algo alg, const uint8_t *kc);
+int gprs_llgmm_unassign(struct gprs_llc_llme *llme);
int gprs_llc_init(const char *cipher_plugin_path);
int gprs_llc_vty_init(void);