aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_mgcp_utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-03Use new include paths of libosmo-sccp 0.0.2Harald Welte1-1/+1
2010-07-31nat: Fix compilation with nat not being enabled.Holger Hans Peter Freyther1-0/+1
2010-07-23nat: u_int16_t -> uint16_tHolger Hans Peter Freyther1-2/+2
2010-07-23nat: u_int8_t -> uint8_tHolger Hans Peter Freyther1-3/+3
2010-06-17nat: Count the number of dropped SCCP and MGCP calls as well.Holger Hans Peter Freyther1-0/+8
2010-06-15nat: Do not use the bssap.h include as it does not exist in this branch.Holger Hans Peter Freyther1-1/+1
2010-06-15nat: Fix memory leak... in MGCP forwardingHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Release the transaction id earlier, always reset the BSCHolger Hans Peter Freyther1-6/+8
2010-06-15nat: Attempt to clarify the text inside the log message.Holger Hans Peter Freyther1-1/+1
2010-06-15nat: Only send DLCX when we have send a CRCX to the BSC on this endpointHolger Hans Peter Freyther1-1/+3
2010-06-15nat: Use hex for the endpoint namesHolger Hans Peter Freyther1-2/+2
2010-06-15nat: Change MGCP DLCX handling and send dummy MDCX to the BTS.Holger Hans Peter Freyther1-31/+94
2010-06-15[nat] Reword warning when we had a pending transaction and forget about it.Holger Hans Peter Freyther1-2/+2
2010-06-15nat: Clear the connection on a DLCXHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Return the SCCP Connection again...Holger Hans Peter Freyther1-11/+11
2010-06-15nat: Return the newest SCCP connection...Holger Hans Peter Freyther1-1/+5
2010-06-15Use osmocore tlv definition for GSM0808.Holger Hans Peter Freyther1-0/+1
2010-06-15nat: Set a dummy bts_ip to avoid misdetection of the bts...Holger Hans Peter Freyther1-0/+1
2010-06-15nat: Attempt to have a single BSC write methodHolger Hans Peter Freyther1-1/+1
2010-06-15nat: Allow to realloc already allocated endpointsHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Attempt to make MGCP forwarding more robustHolger Hans Peter Freyther1-17/+27
2010-06-15nat: Fix thinko... use the right fd to determine the IP of the btsHolger Hans Peter Freyther1-1/+1
2010-06-15nat: Improve the log message and print the errno/strerror(errno)Holger Hans Peter Freyther1-1/+2
2010-06-15nat: Set the MGCP audio payload to -1.Holger Hans Peter Freyther1-0/+1
2010-06-15Revert "nat: Remember where the BTS is listening for things."Holger Hans Peter Freyther1-16/+1
2010-06-15nat: Close all endpoints used by a BSC when the BSC is goneHolger Hans Peter Freyther1-0/+18
2010-06-15nat: Remember a pending delete on an endpoint and carry it out laterHolger Hans Peter Freyther1-0/+8
2010-06-15nat: Avoid crashing when we have no pending transactionHolger Hans Peter Freyther1-0/+3
2010-06-15nat: Logging improvement for the nat.Holger Hans Peter Freyther1-1/+2
2010-06-15nat: Remember where the BTS is listening for things.Holger Hans Peter Freyther1-1/+16
2010-06-15nat: No need to match \r\n when parsing the C: NHolger Hans Peter Freyther1-1/+1
2010-06-15nat: Remove the broken empty line check, follow \n vs \r\n of inputHolger Hans Peter Freyther1-9/+13
2010-06-15nat: Use a ptr that was allocated by tallocHolger Hans Peter Freyther1-1/+1
2010-06-15nat: Make rewrite work on string, read to a string first, copy to msgbHolger Hans Peter Freyther1-15/+18
2010-06-15nat: Return MGCP messages to the call agentHolger Hans Peter Freyther1-0/+79
2010-06-15nat: Handle CRCX/MDCX/DLCX at the natHolger Hans Peter Freyther1-1/+93
2010-06-15nat: Test rewriting of MGCP messages to patch ip and portHolger Hans Peter Freyther1-0/+61
2010-06-15nat: Add code to find a BSC connection by the given msc multiplexHolger Hans Peter Freyther1-0/+17
2010-06-15nat: First go at handling MGCP inside the natHolger Hans Peter Freyther1-0/+109
2010-06-15nat: In the case of losing the MSC, reset all endpointsHolger Hans Peter Freyther1-0/+10
2010-06-15nat: Look at the assignment command and remember on which timeslot the data isHolger Hans Peter Freyther1-0/+66