From 0e5d807297f4fd1222fafece864519c70f7965a3 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 10 Jan 2017 00:49:56 +0100 Subject: add struct gprs_subscr, separating gprs from gsm_subscriber Prepare for replacing gsm_subscriber with vlr_subscriber. vlr_subscriber will not make sense to be used in gprs, so have a dedicated GPRS subscriber struct. (Could change if the gprs code were to use libvlr; is currently independent). Related: OS#1592 Change-Id: Ia8b391ee009c8545763cba04505be3947835120e --- openbsc/include/openbsc/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/Makefile.am') diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am index 5cd5afc4d..30c1191d7 100644 --- a/openbsc/include/openbsc/Makefile.am +++ b/openbsc/include/openbsc/Makefile.am @@ -31,6 +31,7 @@ noinst_HEADERS = \ gprs_sndcp_dcomp.h \ gprs_sndcp_pcomp.h \ gprs_sndcp_xid.h \ + gprs_subscriber.h \ gprs_utils.h \ gsm_04_08.h \ gsm_04_11.h \ -- cgit v1.2.3