aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-10-27nat: Also send a Clear Command in case of the USSD Provider diesHolger Hans Peter Freyther1-0/+23
2010-10-27nat: Close SCCP connections when the USSD Provider is closed.Holger Hans Peter Freyther2-1/+41
2010-10-27nat: Make clear where the RLSD is send toHolger Hans Peter Freyther1-2/+2
2010-10-25nat: Forward the data coming from the USSD module to the BSC.Holger Hans Peter Freyther1-3/+44
2010-10-25nat: Forward extra state and the message to the USSD providerHolger Hans Peter Freyther2-4/+39
2010-10-25nat: Implement accepting a USSD Provider connection, do authenticationHolger Hans Peter Freyther3-1/+197
2010-10-25nat: Replace the idiom for replacing a string with a function callHolger Hans Peter Freyther1-12/+4
2010-10-25nat: Keep a ussd token in the configHolger Hans Peter Freyther1-0/+28
2010-10-25nat: Implement the matching of certain USSD messagesHolger Hans Peter Freyther1-1/+63
2010-10-25nat: Add an option to set the query string to matchHolger Hans Peter Freyther1-0/+15
2010-10-25nat: Make the imsi checking function public.Holger Hans Peter Freyther1-2/+2
2010-10-25nat: Provide a USSD access list to check for which to play HLR.Holger Hans Peter Freyther1-0/+15
2010-10-25nat: Create a USSD module to filter out USSDs...Holger Hans Peter Freyther3-1/+40
2010-10-25nat: Introduce a new connection type for Supplementary ServicesHolger Hans Peter Freyther1-2/+9
2010-10-21nat: Move the DTAP unpacking into a new methodHolger Hans Peter Freyther1-13/+21
2010-10-21nat: Copy the IMSI, then free it or move the context to the connectionHolger Hans Peter Freyther2-8/+28
2010-10-21nat: Store the IMSI inside the SCCP Connection dataHolger Hans Peter Freyther1-0/+1
2010-10-19nat: Change the order of the DENY/ALLOW rule for the BSC.Holger Hans Peter Freyther1-6/+7
2010-10-19nat: Convert the ip to host order to allow to bind to other ipsHolger Hans Peter Freyther1-1/+1
2010-10-19nat: Add a method to add a proper message to the queue.Holger Hans Peter Freyther1-0/+4
2010-10-19nat: Find a connection by the real refHolger Hans Peter Freyther1-0/+13
2010-10-19nat: Use the make_sock routine to listen for incoming connections.Holger Hans Peter Freyther1-38/+4
2010-10-19nat: Use strncmp on the string in case it is not null terminatedHolger Hans Peter Freyther1-1/+2
2010-10-14ipaccess: Make sure the unitid is null terminatedHolger Hans Peter Freyther1-2/+9
2010-10-14ipaccess: Verify that the data fits in the package.Holger Hans Peter Freyther1-1/+8
2010-10-14ipaccess: memset the tlv_parsed structure before parsingHolger Hans Peter Freyther1-0/+2
2010-10-13nat: Make the write_queue write callback a public functionHolger Hans Peter Freyther2-12/+14
2010-10-13nat: Make the queue routine work on any write_queueHolger Hans Peter Freyther1-1/+6
2010-10-13ipaccess: Put our extensions to the protocol into the same enumHolger Hans Peter Freyther5-7/+8
2010-10-12misc: Replace the idiom for replacing a string with a function callHolger Hans Peter Freyther6-56/+26
2010-10-12socket: Plug resource leak when the listen call is failing.Holger Hans Peter Freyther1-0/+1
2010-10-12misc: Attempt to determine byte order in a cross-platform wayHolger Hans Peter Freyther2-2/+18
2010-10-12ussd: Catch up with libosmocore and pass the gsm48_hdrHolger Hans Peter Freyther1-1/+3
2010-10-10ussd: Move the code libosmocore, increase the version number.Holger Hans Peter Freyther1-186/+0
2010-10-08nat: Allow a BSC to have multiple LACsHolger Hans Peter Freyther3-19/+82
2010-10-07msc: Only unregister the fd if the fd value is valid.Holger Hans Peter Freyther1-1/+3
2010-10-07msc: Stop the connection timeout when we unregister the bfdHolger Hans Peter Freyther1-1/+4
2010-10-06misc: Once again go from "On Waves" to "On-Waves"..Holger Hans Peter Freyther11-11/+11
2010-10-05[VTY] T3212 scaling is 6 minutesDieter Spaar1-2/+2
2010-10-06nat: Possible crash fix, only filter non local connectionsHolger Hans Peter Freyther1-10/+13
2010-10-06nat: Work around trying to forward a msg to a msc that does not existHolger Hans Peter Freyther1-1/+7
2010-10-06nat: Use the right access list for the stats (found by clang)Holger Hans Peter Freyther1-1/+1
2010-10-03nat: Provide statistics about amount of different messages.Holger Hans Peter Freyther2-1/+34
2010-09-30gsm_04_80: Require libosmocore for creating USSD messagesHolger Hans Peter Freyther2-139/+2
2010-09-30gsm0408: Reorder the includes, openbsc first, osmocore secondHolger Hans Peter Freyther1-6/+7
2010-09-30gsm0480: Reorder the includes, openbsc first, osmocore secondHolger Hans Peter Freyther1-3/+4
2010-09-25nat: Keep track of how many connections we rejectHolger Hans Peter Freyther2-1/+32
2010-09-25nat: Print the statistics of the access-list matchesHolger Hans Peter Freyther1-0/+18
2010-09-25nat: Add statistics to the access-list in the NATHolger Hans Peter Freyther1-0/+22
2010-09-24nat: Fix the filter when searching for a identity responseHolger Hans Peter Freyther1-5/+5