aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-04-05nat: Avoid crashing when we have no pending transactionHolger Hans Peter Freyther1-0/+3
2010-04-05nat: Logging improvement for the nat.Holger Hans Peter Freyther4-3/+7
2010-04-05[mgcp] Reduce this to a debug message...Holger Hans Peter Freyther1-1/+1
2010-04-05bsc_msc_ip: Verify that the sccp connection is present.Holger Hans Peter Freyther1-1/+2
2010-04-05nat: Print the MSC multiplex as wellHolger Hans Peter Freyther1-2/+4
2010-04-05nat: Remember where the BTS is listening for things.Holger Hans Peter Freyther3-1/+31
2010-04-05nat: No need to match \r\n when parsing the C: NHolger Hans Peter Freyther1-1/+1
2010-04-05[mgcp] Use a different port to more easily differentiateHolger Hans Peter Freyther1-1/+1
2010-04-05[mgcp] Print the BTS IP addr of the endpoint.Holger Hans Peter Freyther1-2/+3
2010-04-04nat: Remove the broken empty line check, follow \n vs \r\n of inputHolger Hans Peter Freyther2-9/+23
2010-04-04[mgcp] Start to look into the MGCP messages and extract the CIHolger Hans Peter Freyther1-11/+17
2010-04-04[ipa] When including MGCP our messages might be bigger than 300 byteHolger Hans Peter Freyther1-1/+1
2010-04-04nat: Use a ptr that was allocated by tallocHolger Hans Peter Freyther1-1/+1
2010-04-04nat: Make rewrite work on string, read to a string first, copy to msgbHolger Hans Peter Freyther3-24/+25
2010-04-04[mgcp] Set the right variable to NULL otherwise we get a double freeHolger Hans Peter Freyther1-1/+1
2010-04-04[mgcp] Fix the transaction id of the AUEP requestHolger Hans Peter Freyther1-1/+1
2010-04-04bsc_msc_ip.c: Fix crash for the hexdump during writing..Holger Hans Peter Freyther1-1/+1
2010-04-04bsc_msc_ip.c: Fix the reading of data...Holger Hans Peter Freyther1-1/+1
2010-04-04bsc_msc_ip.c: Use another kernel feature to bind to a random portHolger Hans Peter Freyther1-8/+2
2010-04-04bsc_msc_ip.c: Use strerror to print the errno variable.Holger Hans Peter Freyther1-2/+2
2010-04-04Revert "bsc_msc_ip: Use the autobind functionality of the kernel"Holger Hans Peter Freyther1-1/+18
2010-04-02nat: Check the authentication bit later...Holger Hans Peter Freyther1-6/+12
2010-04-02bsc_msc_ip.c: Return after having freed the msgbHolger Hans Peter Freyther1-2/+7
2010-04-01nat: Return MGCP messages to the call agentHolger Hans Peter Freyther4-0/+116
2010-04-01nat: Allow to send MGCP messages from the BSC to the networkHolger Hans Peter Freyther2-0/+15
2010-04-01nat: Handle CRCX/MDCX/DLCX at the natHolger Hans Peter Freyther4-32/+146
2010-04-01[mgcp] Look at the bts addr set at the endpointHolger Hans Peter Freyther1-1/+3
2010-04-01nat: Test rewriting of MGCP messages to patch ip and portHolger Hans Peter Freyther4-0/+152
2010-04-01nat: Add code to find a BSC connection by the given msc multiplexHolger Hans Peter Freyther3-2/+62
2010-04-01[mgcp] Export header parsing via mgcp internalHolger Hans Peter Freyther2-14/+21
2010-03-31[mgcp] Do not operate on the ->data pointer, use ->l2h insteadHolger Hans Peter Freyther1-4/+4
2010-03-31bsc-msc: Flush the write queue when we have lost the connectionHolger Hans Peter Freyther1-0/+1
2010-03-31nat: First go at handling MGCP inside the natHolger Hans Peter Freyther3-0/+117
2010-03-31[mgcp] Degrade verbosity to debugHolger Hans Peter Freyther1-1/+1
2010-03-31nat: Add an example configuration for the BSC NAT with MGCPHolger Hans Peter Freyther1-0/+9
2010-03-31[mgcp] Add a new config option to set the call agent ip addrHolger Hans Peter Freyther2-0/+15
2010-03-31[mgcp] Regroup struct mgcp_cfg members and provide some hintsHolger Hans Peter Freyther1-4/+10
2010-03-31[mgcp] Add a helper function to convert from GSM0808 ts/mux to MGCP endpointHolger Hans Peter Freyther2-3/+9
2010-03-31nat: In the case of losing the MSC, reset all endpointsHolger Hans Peter Freyther4-0/+14
2010-03-31nat: bsc_mgcp_clear is called from within the remove functionHolger Hans Peter Freyther1-4/+1
2010-03-31bsc_msc_ip: Use the autobind functionality of the kernelHolger Hans Peter Freyther1-18/+1
2010-03-31bsc_msc_ip: Create a local UDP socket and relay MGCP messagesHolger Hans Peter Freyther1-5/+144
2010-03-31[nat] Send a RSIP down to the BSC after it connectsHolger Hans Peter Freyther2-1/+43
2010-03-31[mgcp] Handle the RSIP with resetting all endpointsHolger Hans Peter Freyther1-0/+24
2010-03-31[mgcp] Add some parsing for RSIP messages coming inHolger Hans Peter Freyther2-0/+13
2010-03-31[mgcp] Remove unused method from the mgcpHolger Hans Peter Freyther1-6/+0
2010-03-31[mgcp] Switch from DEBUG to LOGP in the mgcp_main.cHolger Hans Peter Freyther1-2/+2
2010-03-30[mgcp] Remove the sending of RSIPHolger Hans Peter Freyther3-31/+0
2010-03-30db: Fix aliasing warning by casting the signed char to a structHolger Hans Peter Freyther1-3/+6
2010-03-30[misnd] Use the size_t modifier when printing the size.Holger Hans Peter Freyther1-1/+1