From 061947807313551d3255de4604c731cb757bb2a8 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 9 Feb 2010 17:35:09 +0100 Subject: [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. --- openbsc/src/bssap.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbsc/src/bssap.c') diff --git a/openbsc/src/bssap.c b/openbsc/src/bssap.c index 3a283666c..002e7ce21 100644 --- a/openbsc/src/bssap.c +++ b/openbsc/src/bssap.c @@ -63,6 +63,11 @@ static const struct tlv_definition bss_att_tlvdef = { }, }; +const struct tlv_definition *gsm0808_att_tlvdef() +{ + return &bss_att_tlvdef; +} + static u_int16_t get_network_code_for_msc(struct gsm_network *net) { if (net->core_network_code > 0) -- cgit v1.2.3