aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_mgcp_utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-01nat: Fix memory leak... in MGCP forwardingHolger Hans Peter Freyther1-0/+1
2010-04-24nat: Release the transaction id earlier, always reset the BSCHolger Hans Peter Freyther1-6/+8
2010-04-24nat: Attempt to clarify the text inside the log message.Holger Hans Peter Freyther1-1/+1
2010-04-22nat: Only send DLCX when we have send a CRCX to the BSC on this endpointHolger Hans Peter Freyther1-1/+3
2010-04-22nat: Use hex for the endpoint namesHolger Hans Peter Freyther1-2/+2
2010-04-22nat: Change MGCP DLCX handling and send dummy MDCX to the BTS.Holger Hans Peter Freyther1-31/+94
2010-04-21[nat] Reword warning when we had a pending transaction and forget about it.Holger Hans Peter Freyther1-2/+2
2010-04-18nat: Clear the connection on a DLCXHolger Hans Peter Freyther1-0/+1
2010-04-18nat: Return the SCCP Connection again...Holger Hans Peter Freyther1-11/+11
2010-04-18nat: Return the newest SCCP connection...Holger Hans Peter Freyther1-1/+5
2010-04-17Use osmocore tlv definition for GSM0808.Holger Hans Peter Freyther1-0/+1
2010-04-09nat: Set a dummy bts_ip to avoid misdetection of the bts...Holger Hans Peter Freyther1-0/+1
2010-04-08nat: Attempt to have a single BSC write methodHolger Hans Peter Freyther1-1/+1
2010-04-07nat: Allow to realloc already allocated endpointsHolger Hans Peter Freyther1-0/+1
2010-04-07nat: Attempt to make MGCP forwarding more robustHolger Hans Peter Freyther1-17/+27
2010-04-06nat: Fix thinko... use the right fd to determine the IP of the btsHolger Hans Peter Freyther1-1/+1
2010-04-06nat: Improve the log message and print the errno/strerror(errno)Holger Hans Peter Freyther1-1/+2
2010-04-06nat: Set the MGCP audio payload to -1.Holger Hans Peter Freyther1-0/+1
2010-04-06Revert "nat: Remember where the BTS is listening for things."Holger Hans Peter Freyther1-16/+1
2010-04-05nat: Close all endpoints used by a BSC when the BSC is goneHolger Hans Peter Freyther1-0/+18
2010-04-05nat: Remember a pending delete on an endpoint and carry it out laterHolger Hans Peter Freyther1-0/+8
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 Freyther1-1/+2
2010-04-05nat: Remember where the BTS is listening for things.Holger Hans Peter Freyther1-1/+16
2010-04-05nat: No need to match \r\n when parsing the C: NHolger Hans Peter Freyther1-1/+1
2010-04-04nat: Remove the broken empty line check, follow \n vs \r\n of inputHolger Hans Peter Freyther1-9/+13
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 Freyther1-15/+18
2010-04-01nat: Return MGCP messages to the call agentHolger Hans Peter Freyther1-0/+79
2010-04-01nat: Handle CRCX/MDCX/DLCX at the natHolger Hans Peter Freyther1-1/+93
2010-04-01nat: Test rewriting of MGCP messages to patch ip and portHolger Hans Peter Freyther1-0/+61
2010-04-01nat: Add code to find a BSC connection by the given msc multiplexHolger Hans Peter Freyther1-0/+17
2010-03-31nat: First go at handling MGCP inside the natHolger Hans Peter Freyther1-0/+109
2010-03-31nat: In the case of losing the MSC, reset all endpointsHolger Hans Peter Freyther1-0/+10
2010-03-30nat: Look at the assignment command and remember on which timeslot the data isHolger Hans Peter Freyther1-0/+66