aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Require libosmocore 0.1.24 due the USSD changes.Holger Hans Peter Freyther1-1/+1
2010-10-12misc: Replace the idiom for replacing a string with a function callHolger Hans Peter Freyther8-57/+29
2010-10-12socket: Plug resource leak when the listen call is failing.Holger Hans Peter Freyther1-0/+1
2010-10-12misc: Attempt to determine byte order in a cross-platform wayHolger Hans Peter Freyther2-2/+18
2010-10-12ussd: Catch up with libosmocore and pass the gsm48_hdrHolger Hans Peter Freyther1-1/+3
2010-10-10ussd: Move the code libosmocore, increase the version number.Holger Hans Peter Freyther3-197/+2
2010-10-08nat: Allow a BSC to have multiple LACsHolger Hans Peter Freyther5-29/+112
2010-10-07msc: Only unregister the fd if the fd value is valid.Holger Hans Peter Freyther1-1/+3
2010-10-07msc: Stop the connection timeout when we unregister the bfdHolger Hans Peter Freyther1-1/+4
2010-10-06misc: Once again go from "On Waves" to "On-Waves"..Holger Hans Peter Freyther11-11/+11
2010-10-05[VTY] T3212 scaling is 6 minutesDieter Spaar1-2/+2
2010-10-06nat: Possible crash fix, only filter non local connectionsHolger Hans Peter Freyther1-10/+13
2010-10-06nat: Work around trying to forward a msg to a msc that does not existHolger Hans Peter Freyther1-1/+7
2010-10-06nat: Use the right access list for the stats (found by clang)Holger Hans Peter Freyther1-1/+1
2010-10-06db.h: Move the '*' to the other side for the gsm_subscriberHolger Hans Peter Freyther1-7/+7
2010-10-03nat: Provide statistics about amount of different messages.Holger Hans Peter Freyther3-1/+40
2010-09-30gsm_04_80: Require libosmocore for creating USSD messagesHolger Hans Peter Freyther4-146/+3
2010-09-30gsm0408: Reorder the includes, openbsc first, osmocore secondHolger Hans Peter Freyther1-6/+7
2010-09-30gsm0480: Reorder the includes, openbsc first, osmocore secondHolger Hans Peter Freyther1-3/+4
2010-09-25nat: Keep track of how many connections we rejectHolger Hans Peter Freyther3-1/+35
2010-09-25nat: Print the statistics of the access-list matchesHolger Hans Peter Freyther1-0/+18
2010-09-25nat: Add statistics to the access-list in the NATHolger Hans Peter Freyther2-0/+30
2010-09-24nat: Fix the filter when searching for a identity responseHolger Hans Peter Freyther1-5/+5
2010-09-24mgcp: Return 0 in case transcoding is disabled.Holger Hans Peter Freyther1-1/+1
2010-09-21auth: Fix AuthTupe re-use conditionSylvain Munaut1-1/+1
2010-09-21auth: Fix XOR algorithmSylvain Munaut1-1/+1
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