aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2012-11-24SMPP: VTY configuration of SMPP code, authentication supportHarald Welte8-15/+505
2012-11-21sms: Use the DLSMS instead of the DSMS category throughout our codeHolger Hans Peter Freyther7-74/+61
2012-11-21sms: Use the definitions from the libosmogsmHolger Hans Peter Freyther1-227/+5
2012-11-16SMPP: build the smpp interface only in case of ./configure --enable-smppHarald Welte4-4/+19
2012-11-16SMPP: fix subscriber reference leak.Harald Welte1-1/+1
2012-11-16SMPP: More logging in error cases, fix UDH in 7bit ASCIIHarald Welte1-1/+17
2012-11-16SMPP: More consistent logging / error reportingHarald Welte1-25/+53
2012-11-16SMPP: Implement ALERT NOTIFICATION on attach/detach of subscribersHarald Welte3-2/+78
2012-11-16SMPP: Deal with DCS according to 03.38 and respect TP-PIDHarald Welte1-12/+11
2012-11-16SMPP: Introduce wrapper macro to memset all structures to zeroHarald Welte1-8/+14
2012-11-16SMPP: Introduce ESME reference coountingHarald Welte4-18/+64
2012-11-16SMPP: Implement transaction mode for SUBMIT-SMHarald Welte4-1/+95
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