aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-16SMPP: Implement transaction mode for SUBMIT-SMHarald Welte3-1/+78
2012-11-16Initial support of SMPP interface for MT-SMSHarald Welte7-2/+775
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 Freyther3-281/+328
2012-11-12mgcp: Send the jitter statistics at the end of the callHolger Hans Peter Freyther2-3/+11
2012-11-12mgcp: Calculate the jitter with the formula/code from the appendixHolger Hans Peter Freyther2-1/+43
2012-11-12mgcp: Calculate the packet loss as of Appendix A of RFC 3550Holger Hans Peter Freyther2-4/+38
2012-11-12mgcp: Calculate the wrap around as of Appendix A in RFC 3550Holger Hans Peter Freyther1-1/+20
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 Freyther1-4/+4
2012-11-12mgcp: Include statistics at the end of a connectionHolger Hans Peter Freyther1-9/+36
2012-11-12mgcp: Remember the initial sequence number of the streamHolger Hans Peter Freyther1-0/+1
2012-11-12mgcp: Count the received octets as of the MGCP specificationHolger Hans Peter Freyther2-0/+3
2012-11-12mgcp: Remove the lost_no from the mgcp statisticsHolger Hans Peter Freyther2-7/+2
2012-11-11bts: Really drop the BTS in case of an OML NACKHolger Hans Peter Freyther2-7/+6
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 Freyther1-3/+24
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 Freyther4-220/+418
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-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 Freyther1-0/+5
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 Freyther2-2/+24
2012-09-11bsc: Introduce a local MSC type and forbid it from being selectedHolger Hans Peter Freyther1-0/+2
2012-09-11Merge branch 'feature/multiple-msc-connections'Holger Hans Peter Freyther6-52/+169
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 Freyther2-12/+11
2012-09-11bsc: Move the finding of a MSC into the filter codeHolger Hans Peter Freyther2-20/+20
2012-09-11bsc: Select a MSC in a round-robin fashionHolger Hans Peter Freyther2-9/+33
2012-09-11bsc: Allow to configure more than one MSC in the VTYHolger Hans Peter Freyther2-26/+55
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
2012-09-11osmo-bsc: Introduce command msc_connection_status and send TRAPs for itDaniel Willmann2-2/+67
2012-09-11nat: Change the ctrl command pathDaniel Willmann1-13/+12