aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-09 17:35:09 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-09 17:35:09 +0100
commit061947807313551d3255de4604c731cb757bb2a8 (patch)
treee042f2bacfb52b770541d0724b8b42735c0c54a5 /openbsc/include/openbsc
parentf8f184edab18b033eb8a63282477d737e41c145d (diff)
[nat] Intercept the PAGING message and then forward it to the BSCs with that LAC
* Provide access to the GSM0808 TLV attributes so we can use it in the nat code. * Read the PAGING message, if it is paged by LAC we go through each LAC and then attempt to find the proper BSC connection and then send the message to that BSC.
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/bssap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bssap.h b/openbsc/include/openbsc/bssap.h
index a46e0a9cd..e873dfad1 100644
--- a/openbsc/include/openbsc/bssap.h
+++ b/openbsc/include/openbsc/bssap.h
@@ -331,4 +331,6 @@ void bts_send_queued(struct bss_sccp_connection_data*);
void bts_free_queued(struct bss_sccp_connection_data*);
void bts_unblock_queue(struct bss_sccp_connection_data*);
+const struct tlv_definition *gsm0808_att_tlvdef();
+
#endif