aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-26bsc: Allow to have a list of MSCs/MUXs to connect toHolger Hans Peter Freyther1-4/+4
2011-04-26nat: Introduce a block on the NAT to slowly get rid of BSCsHolger Hans Peter Freyther1-0/+3
2011-04-18nat: Inform the USSD Provider about lost connectionsHolger Hans Peter Freyther1-0/+8
2011-04-18nat: Remove magic numbers, use enum values for conn classificationHolger Hans Peter Freyther1-0/+10
2011-04-18misc: Remove sys/types.h includes from the filesHolger Hans Peter Freyther1-1/+0
2011-04-04nat: Bail out if the regexp fails to compile and avoid a crashHolger Hans Peter Freyther1-1/+1
2011-04-01nat: Make the USSD number matching a regexpHolger Hans Peter Freyther1-0/+1
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-8/+8
2011-02-27nat: Fix some corruption in the test caseHolger Hans Peter Freyther1-0/+1
2011-02-27nat: Change number of multiplexes to the max-endpointsHolger Hans Peter Freyther1-1/+3
2011-02-26nat: Allocate endpoints from multiple multiplexes.Holger Hans Peter Freyther1-1/+1
2011-02-26nat: Start making the number of multiplexes configurableHolger Hans Peter Freyther1-0/+1
2011-02-26nat: Allocate the endpoint status dynamicallyHolger Hans Peter Freyther1-1/+4
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-10-27Merge branch 'zecke/number-rewrite'0.9.9Holger Hans Peter Freyther1-0/+7
2010-10-27nat: Close SCCP connections when the USSD Provider is closed.Holger Hans Peter Freyther1-0/+1
2010-10-27nat: Implement rewriting, have a very basic test for that featureHolger Hans Peter Freyther1-1/+1
2010-10-27nat: Add hook for rewriting a setup messageHolger Hans Peter Freyther1-0/+2
2010-10-27nat: Add vty option for number rewritingHolger Hans Peter Freyther1-0/+5
2010-10-25nat: Implement accepting a USSD Provider connection, do authenticationHolger Hans Peter Freyther1-0/+8
2010-10-25nat: Keep a ussd token in the configHolger Hans Peter Freyther1-0/+2
2010-10-25nat: Add an option to set the query string to matchHolger Hans Peter Freyther1-0/+1
2010-10-25nat: Make the imsi checking function public.Holger Hans Peter Freyther1-0/+1
2010-10-25nat: Provide a USSD access list to check for which to play HLR.Holger Hans Peter Freyther1-0/+3
2010-10-25nat: Create a USSD module to filter out USSDs...Holger Hans Peter Freyther1-0/+3
2010-10-25nat: Introduce a new connection type for Supplementary ServicesHolger Hans Peter Freyther1-0/+2
2010-10-21nat: Move the DTAP unpacking into a new methodHolger Hans Peter Freyther1-0/+3
2010-10-21nat: Copy the IMSI, then free it or move the context to the connectionHolger Hans Peter Freyther1-1/+1
2010-10-19nat: Add a method to add a proper message to the queue.Holger Hans Peter Freyther1-0/+1
2010-10-19nat: Find a connection by the real refHolger Hans Peter Freyther1-0/+2
2010-10-13nat: Make the write_queue write callback a public functionHolger Hans Peter Freyther1-0/+1
2010-10-13nat: Make the queue routine work on any write_queueHolger Hans Peter Freyther1-0/+1
2010-10-13ipaccess: Put our extensions to the protocol into the same enumHolger Hans Peter Freyther1-2/+0
2010-10-08nat: Allow a BSC to have multiple LACsHolger Hans Peter Freyther1-2/+12
2010-10-03nat: Provide statistics about amount of different messages.Holger Hans Peter Freyther1-0/+6
2010-09-25nat: Keep track of how many connections we rejectHolger Hans Peter Freyther1-0/+3
2010-09-25nat: Add statistics to the access-list in the NATHolger Hans Peter Freyther1-0/+8
2010-09-20nat: Use the write_queue inside the CFG.Holger Hans Peter Freyther1-1/+0
2010-09-15nat: Start inspecting every message coming from the BSC for the IMSIHolger Hans Peter Freyther1-0/+2
2010-09-01nat: We have 1 to 31 available to the BSC.Holger Hans Peter Freyther1-1/+1
2010-08-30nat: Replace the MGCP Endpoint if that is requiredHolger Hans Peter Freyther1-1/+1
2010-08-29nat: Attempt to assign the BSC Timeslot based on a free listHolger Hans Peter Freyther1-1/+5
2010-08-06nat: Keep the state (CRCX,MDCX,DLCX) of the operation..Holger Hans Peter Freyther1-0/+2
2010-08-06mgcp: Make the CI uint32_t all the way to avoid mismatchHolger Hans Peter Freyther1-1/+1
2010-07-31nat: Fix compilation with nat not being enabled.Holger Hans Peter Freyther1-63/+2
2010-07-27nat: Rename ip-tos to ip-dscp and provide an alias...Holger Hans Peter Freyther1-1/+1
2010-07-23nat: u_int8_t -> uint8_tHolger Hans Peter Freyther1-2/+2
2010-07-05nat: Remove the first_contact variable.Holger Hans Peter Freyther1-1/+0
2010-07-05nat: Create a method to determine if any MSC is connected.Holger Hans Peter Freyther1-0/+2
2010-07-05nat: Keep track of the MSC handling the connection.Holger Hans Peter Freyther1-0/+1