summaryrefslogtreecommitdiffstats
path: root/osmo-gsup-hlr/src/gsup_server.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-05-03 18:49:27 +0200
committerHarald Welte <laforge@gnumonks.org>2016-05-03 18:49:27 +0200
commit3596f92fadfe55e6262098727fffdb1edfb91a6d (patch)
treef1a037ddf546c5eca95e36aafbfcb6bdd9ef676a /osmo-gsup-hlr/src/gsup_server.h
parentb565a56607e7006bf2ce843611bc3d32c8c651dc (diff)
Major update; Code now supports SAI, LU and ISD transactions
We also introduce a 'gsup_router' which enables us to route a transaction to a given VLR. It works based on the SERIAL attribute communicated at time of the IPA multiplex setup as part of the CCM sub-protocol.
Diffstat (limited to 'osmo-gsup-hlr/src/gsup_server.h')
-rw-r--r--osmo-gsup-hlr/src/gsup_server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osmo-gsup-hlr/src/gsup_server.h b/osmo-gsup-hlr/src/gsup_server.h
index 390bf2e..bf1a570 100644
--- a/osmo-gsup-hlr/src/gsup_server.h
+++ b/osmo-gsup-hlr/src/gsup_server.h
@@ -16,6 +16,7 @@ struct osmo_gsup_server {
struct ipa_server_link *link;
osmo_gsup_read_cb_t read_cb;
+ struct llist_head routes;
};
@@ -26,6 +27,7 @@ struct osmo_gsup_conn {
struct osmo_gsup_server *server;
struct ipa_server_conn *conn;
//struct oap_state oap_state;
+ struct tlv_parsed ccm;
};