Neels Hofmeyr has uploaded this change for review. ( 
https://gerrit.osmocom.org/12037


Change subject: drop cruft from gsm_subscriber.h
......................................................................

drop cruft from gsm_subscriber.h

Change-Id: If6e2252486fe8d932f229a70ce5a4b6f22f6fc52
---
M include/osmocom/msc/gsm_subscriber.h
1 file changed, 0 insertions(+), 23 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/37/12037/1

diff --git a/include/osmocom/msc/gsm_subscriber.h 
b/include/osmocom/msc/gsm_subscriber.h
index 00d7b98..f8d8ef0 100644
--- a/include/osmocom/msc/gsm_subscriber.h
+++ b/include/osmocom/msc/gsm_subscriber.h
@@ -10,25 +10,6 @@

 struct ran_conn;

-#define GSM_MIN_EXTEN 20000
-#define GSM_MAX_EXTEN 49999
-
-#define GSM_SUBSCRIBER_FIRST_CONTACT   0x00000001
-/* gprs_sgsn.h defines additional flags including and above bit 16 (0x10000) */
-
-enum gsm_subscriber_field {
-       GSM_SUBSCRIBER_IMSI,
-       GSM_SUBSCRIBER_TMSI,
-       GSM_SUBSCRIBER_EXTENSION,
-       GSM_SUBSCRIBER_ID,
-};
-
-enum gsm_subscriber_update_reason {
-       GSM_SUBSCRIBER_UPDATE_ATTACHED,
-       GSM_SUBSCRIBER_UPDATE_DETACHED,
-       GSM_SUBSCRIBER_UPDATE_EQUIPMENT,
-};
-
 /*
  * Struct for pending channel requests. This is managed in the
  * llist_head requests of each subscriber. The reference counting
@@ -46,8 +27,6 @@
        void *param;
 };

-int subscr_update(struct vlr_subscr *vsub, int reason);
-
 /*
  * Paging handling with authentication
  */
@@ -56,8 +35,6 @@
                                           const char *label);

 void subscr_remove_request(struct subscr_request *req);
-int subscr_rx_paging_response(struct msgb *msg,
-                             struct ran_conn *conn);

 void subscr_paging_cancel(struct vlr_subscr *vsub, enum gsm_paging_event 
event);
 int subscr_paging_dispatch(unsigned int hooknum, unsigned int event,

--
To view, visit https://gerrit.osmocom.org/12037
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If6e2252486fe8d932f229a70ce5a4b6f22f6fc52
Gerrit-Change-Number: 12037
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>

Reply via email to