aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-20Merge branch 'zecke/mgcp-transcoder'0.9.8Holger Hans Peter Freyther8-75/+387
2010-09-20mgcp: Count the packets that arrive on the transcoderHolger Hans Peter Freyther2-1/+3
2010-09-20mgcp: Remove code duplication for filling out the sockaddr_inHolger Hans Peter Freyther1-22/+15
2010-09-20nat: Send a transcoder reset on start up.Holger Hans Peter Freyther3-0/+29
2010-09-20mgcp: Make the base port of the transcoder configurableHolger Hans Peter Freyther4-4/+20
2010-09-20mgcp: Prepare the CRCX/MDCX/DLCX messages for the transcoder.Holger Hans Peter Freyther1-0/+102
2010-09-20mgcp: Forward data from the BTS-in to the transcoderHolger Hans Peter Freyther4-8/+128
2010-09-20mgcp: Add ports for the transcoder as wellHolger Hans Peter Freyther2-0/+28
2010-09-20mgcp: Share the range parsing code for net/btsHolger Hans Peter Freyther1-14/+20
2010-09-20mgcp: Add a transcoder-mgw command to store the addressHolger Hans Peter Freyther2-0/+19
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 Freyther2-39/+39
2010-09-20mgcp: Keep the gw_fd inside the mgcp_configHolger Hans Peter Freyther2-12/+14
2010-09-20mgcp: Be able to parse 'sendonly' for the connection mode.Holger Hans Peter Freyther1-0/+2
2010-09-20mgcp: Switch the default audio codec to AMRHolger Hans Peter Freyther1-2/+2
2010-09-20nat: NULL check the allocation and print a nice warning.Holger Hans Peter Freyther1-0/+6
2010-09-20mgcp: Remove the hack to remap timeslot one...Holger Hans Peter Freyther1-5/+7
2010-09-20nat: Test for a bug inside the TLV definition for GSM 08.08Holger Hans Peter Freyther2-3/+22
2010-09-20nat: Test the endpoint finding a bit better...Holger Hans Peter Freyther1-3/+5
2010-09-18janitor: Move the * to the variable nameHolger Hans Peter Freyther13-17/+17
2010-09-17db: Declare db_sms_inc_deliver_attempts.Holger Hans Peter Freyther1-0/+1
2010-09-17gsm 04.11: increase the delivery attempt counter for an SMS right away in gsm...Nico Golde1-1/+1
2010-09-16bsc: Fix the clear to release resources first, then set to NULLHolger Hans Peter Freyther1-9/+7
2010-09-16gsm_04_11: count SMS delivery attempts for each CP-DATANico Golde1-0/+2
2010-09-16bsc_api: Do not free the subscriber conn on clear and clear requestHolger Hans Peter Freyther3-7/+30
2010-09-16bsc: Prepare to store the SCCP connection inside the subscriberHolger Hans Peter Freyther1-0/+4
2010-09-16bsc; Register the BSC API with many blanks.Holger Hans Peter Freyther2-1/+55
2010-09-16nat: Fix a crash when a BSC disconnects while a rejected IMSIHolger Hans Peter Freyther1-1/+2
2010-09-16nat; Start to use gcc attribute to say that parameter may not be zeroHolger Hans Peter Freyther1-0/+1
2010-09-16msc: Send a signal when the connections to the MSC droppedHolger Hans Peter Freyther2-10/+23
2010-09-16bsc: Reorder the includes... should be alphabetically nowHolger Hans Peter Freyther1-2/+3
2010-09-16bsc: Make the write method public it will be used by other modulesHolger Hans Peter Freyther2-2/+2
2010-09-16bsc: Add code responsible for connecting, reconnecting to the MSCHolger Hans Peter Freyther4-1/+386
2010-09-16bsc: Initialize the MSC data parameters to a sane defaultHolger Hans Peter Freyther1-0/+5
2010-09-16bsc: Keep all active subscriber connections in a list.Holger Hans Peter Freyther2-0/+7
2010-09-16bsc: Move the subscriber_con code into the bsc_apiHolger Hans Peter Freyther2-40/+41
2010-09-16chan_alloc: Allocate a subscriber connection as child of the networkHolger Hans Peter Freyther1-1/+1
2010-09-16bsc: Add the osmo_bsc_grace from the on-waves/bsc-master branchHolger Hans Peter Freyther4-1/+139
2010-09-16bsc: Move the gsm_04_80.c code into the libbsc.aHolger Hans Peter Freyther1-2/+2
2010-09-16osmo_rf: Keep the current policy inside the RF struct..Holger Hans Peter Freyther2-6/+10
2010-09-15bsc: Move the rf_ctl into the msc data structHolger Hans Peter Freyther2-3/+6
2010-09-15bsc: Register a new MSC group with data for the MSC connectionHolger Hans Peter Freyther4-1/+158
2010-09-15bsc: Remove the old msc parameter, everything is in the VTY config nowHolger Hans Peter Freyther1-2/+0
2010-09-15bsc: Create struct osmo_msc_data to hold MSC information, handle signalsHolger Hans Peter Freyther5-2/+89
2010-09-15nat: Fix the grammar of the sentence for listing open sccp connections0.9.6Holger Hans Peter Freyther1-1/+1
2010-09-15Merge branch 'zecke/imsi-filter'Holger Hans Peter Freyther6-19/+223
2010-09-15nat: Check if the connection was filtered before the msc connectionHolger Hans Peter Freyther1-4/+4
2010-09-15nat: Remove debug left oversHolger Hans Peter Freyther1-1/+0
2010-09-15nat: Attempt to disconnect a connection when IMSI filtering happensHolger Hans Peter Freyther1-4/+60
2010-09-15nat: And the sequence number away, making it work more reliableHolger Hans Peter Freyther1-4/+8