aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2012-11-16Initial support of SMPP interface for MT-SMSHarald Welte9-2/+777
2012-11-16Makefile: just a slight re-order / breaking of a lineHarald Welte1-3/+7
2012-11-12mgcp: Print both receivd and expected address in the error statementHolger Hans Peter Freyther1-2/+4
2012-11-12nat: Move the ctrl handling code into a separate fileHolger Hans Peter Freyther4-281/+332
2012-11-12mgcp: Send the jitter statistics at the end of the callHolger Hans Peter Freyther4-4/+13
2012-11-12mgcp: Calculate the jitter with the formula/code from the appendixHolger Hans Peter Freyther3-1/+45
2012-11-12mgcp: Calculate the packet loss as of Appendix A of RFC 3550Holger Hans Peter Freyther5-9/+101
2012-11-12mgcp: Calculate the wrap around as of Appendix A in RFC 3550Holger Hans Peter Freyther2-1/+21
2012-11-12mgcp: Document a difference between RFC 3550 and this codeHolger Hans Peter Freyther1-0/+8
2012-11-12mgcp: Align the variable naming with Appendix A of RFC 3550Holger Hans Peter Freyther2-6/+8
2012-11-12mgcp: Include statistics at the end of a connectionHolger Hans Peter Freyther4-9/+46
2012-11-12mgcp: Remember the initial sequence number of the streamHolger Hans Peter Freyther2-0/+2
2012-11-12mgcp: Count the received octets as of the MGCP specificationHolger Hans Peter Freyther3-0/+4
2012-11-12mgcp: Remove the lost_no from the mgcp statisticsHolger Hans Peter Freyther3-8/+2
2012-11-11bts: Really drop the BTS in case of an OML NACKHolger Hans Peter Freyther3-7/+7
2012-11-11sms: Re-order the include files after the separationf OpenBSC and osmocoreHolger Hans Peter Freyther1-3/+5
2012-11-07nat: sizeof char * != sizeof char[], make the code work on 64bit systemsHolger Hans Peter Freyther1-6/+6
2012-11-07nat: Inject a a=fmtp:%d to force the right AMR codeHolger Hans Peter Freyther2-6/+27
2012-11-06debian: Move debian directory to ease building packagesHolger Hans Peter Freyther22-509/+0
2012-11-02sms_queue: It is a bad idea to detach a subscriber on failed deliveryHolger Hans Peter Freyther1-13/+0
2012-10-30mgcp: Fix the log message. This is inside the MDCX printing routineHolger Hans Peter Freyther1-1/+1
2012-10-29nat: Make MGCP helper routine static as it is internal to the MGCP codeHolger Hans Peter Freyther1-1/+1
2012-10-29nat: Document the high level goal of the MGCP/NAT routinesHolger Hans Peter Freyther1-2/+26
2012-10-27Set byte order defines when compiled on OSXTobias Engel2-2/+14
2012-10-22si: Partially implement the range encoding for the SI.Holger Hans Peter Freyther12-222/+642
2012-10-18libbsc: fix message leaks on several error pathsPablo Neira Ayuso1-5/+9
2012-10-18Allow setting of Control Channel Description parameters via VTYAndreas Eversberg3-4/+66
2012-10-09bsc: Do not print "SI 18" but SI2ter when the SI generation failsHolger Hans Peter Freyther1-2/+2
2012-10-08SI13: Set alpha value to a safer default of 0 instead of 10Harald Welte1-1/+1
2012-10-08bsc_init: Don't drop all BTSs because a single BTS had an errorHarald Welte1-6/+8
2012-10-04tests: Remove the debug/logging test as it is in libosmocore nowHolger Hans Peter Freyther4-51/+1
2012-09-29Fix: T3192 and T3193 must be similarAndreas Eversberg3-3/+3
2012-09-20mgcp: Add the disable color option to the mgcp binaryHolger Hans Peter Freyther2-1/+6
2012-09-20systemd: Add service units for the BSC, NITB and MGCPHolger Hans Peter Freyther3-0/+28
2012-09-19nncc_builtin: send CHAN MODE MODIFY after CALL PROCEEDINGHarald Welte1-6/+6
2012-09-17abis_nm: Provide a reason when an invalid channel configuration is usedHolger Hans Peter Freyther1-14/+42
2012-09-17abis_nm: Log an error when the channel combination can not be set.Holger Hans Peter Freyther1-1/+1
2012-09-11bsc: Add vty code for allowing emergencyHolger Hans Peter Freyther1-0/+14
2012-09-11bsc: Add vty function for the MSC typeHolger Hans Peter Freyther1-0/+20
2012-09-11bsc: Look for CM Service Requests with emergency causeHolger Hans Peter Freyther3-2/+25
2012-09-11bsc: Introduce a local MSC type and forbid it from being selectedHolger Hans Peter Freyther2-0/+9
2012-09-11Merge branch 'feature/multiple-msc-connections'Holger Hans Peter Freyther8-54/+174
2012-09-11bsc: Attempt to respond to paging to the MSC that pagedHolger Hans Peter Freyther1-4/+67
2012-09-11bsc: Hand the msc_connection to the UDT handling, pass it to pagingHolger Hans Peter Freyther3-13/+12
2012-09-11bsc: Move the finding of a MSC into the filter codeHolger Hans Peter Freyther3-20/+21
2012-09-11bsc: Select a MSC in a round-robin fashionHolger Hans Peter Freyther3-10/+35
2012-09-11bsc: Allow to configure more than one MSC in the VTYHolger Hans Peter Freyther3-26/+56
2012-09-11msc: Only kill connections belonging to the given MSCHolger Hans Peter Freyther1-2/+4
2012-09-11gbproxy: Address two unaligned memory access warningsHolger Hans Peter Freyther1-8/+14
2012-09-11osmo-bsc: Command bts_connection_status with TRAPSDaniel Willmann1-0/+75