aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_mgcp_utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-20nat: Send a transcoder reset on start up.Holger Hans Peter Freyther1-0/+9
2010-09-20nat: Keep the audio name and default payload aroundHolger Hans Peter Freyther1-5/+0
2010-09-20nat: Use the write_queue inside the CFG.Holger Hans Peter Freyther1-38/+39
2010-09-20nat: NULL check the allocation and print a nice warning.Holger Hans Peter Freyther1-0/+6
2010-08-30nat: Replace the MGCP Endpoint if that is requiredHolger Hans Peter Freyther1-4/+33
2010-08-30nat: Use different static transaction numbers for the DLCX/MDCX messageHolger Hans Peter Freyther1-1/+1
2010-08-30nat: Document that the MDCX message is not implementedHolger Hans Peter Freyther1-0/+2
2010-08-29nat: Send the right MDCX down the streamHolger Hans Peter Freyther1-3/+3
2010-08-29nat: Remove the code that is wrongly placed..Holger Hans Peter Freyther1-9/+0
2010-08-29nat: Close the right endpoint down the stream.Holger Hans Peter Freyther1-1/+1
2010-08-29nat: Attempt to assign the BSC Timeslot based on a free listHolger Hans Peter Freyther1-2/+50
2010-08-29nat: Remove the CRCX value from the natHolger Hans Peter Freyther1-4/+1
2010-08-29nat: Reindent the code, no functional changeHolger Hans Peter Freyther1-20/+20
2010-08-29nat: Make the code work in terms of endpoints instead of timeslot/multiplexHolger Hans Peter Freyther1-16/+14
2010-08-29nat: Use the bsc_timeslot when talking to the BSC downstreamHolger Hans Peter Freyther1-3/+4
2010-08-06nat: In case the downstream fails on a CRCX, ask it to do a DLCXHolger Hans Peter Freyther1-4/+33
2010-08-06nat: Use the state information for the callback.Holger Hans Peter Freyther1-2/+2
2010-08-06nat: Keep the state (CRCX,MDCX,DLCX) of the operation..Holger Hans Peter Freyther1-0/+4
2010-08-06nat: Free the endpoint when we get an empty CI.Holger Hans Peter Freyther1-0/+7
2010-08-06mgcp: Make the CI uint32_t all the way to avoid mismatchHolger Hans Peter Freyther1-3/+3
2010-08-06nat: Provide information of when a msg does not contain a CIHolger Hans Peter Freyther1-2/+7
2010-08-05nat: Use the mgcp_config_alloc to have defaults initializedHolger Hans Peter Freyther1-0/+8
2010-08-05mgcp: Attempt to separate the RTP/RTCP port for the Network and for the BTSHolger Hans Peter Freyther1-3/+3
2010-08-05mgcp: Group the state for bts/net into a struct and have two instancesHolger Hans Peter Freyther1-1/+1
2010-08-05nat: Fix the spelling of that comment.Holger Hans Peter Freyther1-1/+1
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