From 8007be41fe4aee2ae6821d186366624a4ea72ee9 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 14 May 2018 06:48:24 +0200 Subject: gprs_gmm: make extract_subscr_msisdn extract_subscr_hlr public Change-Id: I54168e1a58dd36b38c53c13bbb5cdb4311f34410 --- include/osmocom/sgsn/gprs_gmm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/osmocom/sgsn/gprs_gmm.h b/include/osmocom/sgsn/gprs_gmm.h index b89eff56d..3c93efcb8 100644 --- a/include/osmocom/sgsn/gprs_gmm.h +++ b/include/osmocom/sgsn/gprs_gmm.h @@ -40,4 +40,7 @@ int gsm48_tx_gmm_att_rej(struct sgsn_mm_ctx *mm, uint8_t gmm_cause); int gsm48_tx_gmm_att_ack(struct sgsn_mm_ctx *mm); +/* TODO: move extract_subscr_* when gsm48_gmm_authorize() got removed */ +void extract_subscr_msisdn(struct sgsn_mm_ctx *ctx); +void extract_subscr_hlr(struct sgsn_mm_ctx *ctx); #endif /* _GPRS_GMM_H */ -- cgit v1.2.3