aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-11-02mgcp: Send data from the network to the transcoder tooHolger Hans Peter Freyther2-16/+12
2010-11-02mgcp: Use the calculated remote port from the mgcp_rtp_endHolger Hans Peter Freyther1-4/+2
2010-11-02mgcp: Make the transcoding forwarding work for BTS/NETHolger Hans Peter Freyther1-19/+33
2010-11-02mgcp: Refactor the network binding routinesHolger Hans Peter Freyther1-47/+26
2010-11-02mgcp: Introduce trans_bts and send BTS packets from this portHolger Hans Peter Freyther4-18/+67
2010-11-02mgcp: Keep the local_port like it was set on allocationHolger Hans Peter Freyther1-3/+4
2010-11-01mgcp: Rename transcoder_end to trans_netHolger Hans Peter Freyther4-23/+24
2010-11-01mgcp: Allow to disable the transcoder in a running system.Holger Hans Peter Freyther1-0/+15
2010-11-01mgcp: Make transcoding a per Endpoint configurationHolger Hans Peter Freyther3-9/+16
2010-11-01mgcp: Fix the indetion of this code. it should use tabsHolger Hans Peter Freyther1-1/+1
2010-10-29nat: Send a clear command in case of connection releases.Holger Hans Peter Freyther1-7/+29
2010-10-28nat: Add test case for matching phone numbersopenbsc/0.9.100.9.10Holger Hans Peter Freyther1-0/+62
2010-10-28nat: Fix a thinko in allowing '*' as a wildcard...Holger Hans Peter Freyther1-2/+2
2010-10-27Merge branch 'zecke/number-rewrite'openbsc/0.9.90.9.9Holger Hans Peter Freyther6-1/+304
2010-10-27Merge branch 'zecke/ussd-side-channel'Holger Hans Peter Freyther4-4/+68
2010-10-27Require 0.1.27 for the new gsm0808 methodsHolger Hans Peter Freyther1-1/+1
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 Freyther3-1/+42
2010-10-27nat: Make clear where the RLSD is send toHolger Hans Peter Freyther1-2/+2
2010-10-27nat: Look at the number type to figure out if we want to rewrite itHolger Hans Peter Freyther1-1/+3
2010-10-27nat: Explain that we do not want to have a + in the replacement ruleHolger Hans Peter Freyther1-0/+6
2010-10-27nat: Add '*' as wildcard for the IMSI matching.Holger Hans Peter Freyther1-2/+2
2010-10-27nat: Implement rewriting, have a very basic test for that featureHolger Hans Peter Freyther5-4/+250
2010-10-27nat: Add hook for rewriting a setup messageHolger Hans Peter Freyther3-1/+20
2010-10-27nat: Add vty option for number rewritingHolger Hans Peter Freyther2-0/+30
2010-10-26[vty] First set of fixes for the oml/rsl con droppingHolger Hans Peter Freyther1-4/+7
2010-10-26[vty] Add ipa specific command to provoke failures to test OML/RSL reconnectHolger Hans Peter Freyther1-0/+50
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-25ipaccess: Add a structure for informing the USSD provider about the stateHolger Hans Peter Freyther1-0/+12
2010-10-25nat: Implement accepting a USSD Provider connection, do authenticationHolger Hans Peter Freyther4-1/+205
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 Freyther2-0/+30
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 Freyther2-0/+16
2010-10-25nat: Make the imsi checking function public.Holger Hans Peter Freyther2-2/+3
2010-10-25nat: Provide a USSD access list to check for which to play HLR.Holger Hans Peter Freyther2-0/+18
2010-10-25nat: Create a USSD module to filter out USSDs...Holger Hans Peter Freyther4-1/+43
2010-10-25nat: Introduce a new connection type for Supplementary ServicesHolger Hans Peter Freyther2-2/+11
2010-10-21nat: Move the DTAP unpacking into a new methodHolger Hans Peter Freyther2-13/+24
2010-10-21nat: Copy the IMSI, then free it or move the context to the connectionHolger Hans Peter Freyther4-10/+32
2010-10-21nat: Store the IMSI inside the SCCP Connection dataHolger Hans Peter Freyther2-0/+2
2010-10-20lua: Mention that the code has some bugs...Holger Hans Peter Freyther1-0/+1
2010-10-20lua: Search for clear requests from the network as wellHolger Hans Peter Freyther1-0/+3
2010-10-20lua: Check BSSMAP msgtypes in one function..Holger Hans Peter Freyther1-15/+7
2010-10-20lua: Check for Cipher Mode Reject failures as wellHolger Hans Peter Freyther1-0/+13
2010-10-20lua: Check for assignment failuresHolger Hans Peter Freyther1-0/+13
2010-10-20lua: Check for disconnects with non normal release tooHolger Hans Peter Freyther1-0/+38
2010-10-20lua: Fix the indenting of the fileHolger Hans Peter Freyther1-1/+1
2010-10-20contrib: Add LUA script to store SCCP connections with ErrorsHolger Hans Peter Freyther1-0/+110