aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2013-10-04Slight clean up of the code in gsm340_rx_tpdu() and a fix for an unlikely, bu...Alexander Chemeris1-3/+4
2013-10-04Fix typo in console output: "PEROIDOC" -> "PERIODIC".Alexander Chemeris1-1/+1
2013-10-04Fix typo ',' -> ';' at the end of a line.Alexander Chemeris1-1/+1
2013-07-29Fix: Handle CM service request on already secured channel correctlyAndreas Eversberg1-0/+5
2013-07-29Allow handling of TCH/F and TCH/H frames from layer 4Andreas Eversberg1-2/+3
2013-07-29osmo-nitb support for codec negotiationAndreas Eversberg3-63/+105
2013-07-29Fix: If half rate channel is used, indicate hr when modifying channel modeAndreas Eversberg1-1/+2
2013-07-29Add check for non existing lchan at tch_frame_down()Andreas Eversberg1-0/+4
2013-07-29Use helper function to check is an MNCC frame is data (speech/traffic)Andreas Eversberg2-19/+3
2013-07-29Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg1-0/+28
2013-07-29Finished support for all codecs (RTP bridge and MNCC interface)Andreas Eversberg4-8/+16
2013-07-29Allow dynamic RTP payload types between application and MNCC interfaceAndreas Eversberg1-0/+2
2013-07-29Adding handling of BFI (Bad Frame Indicatior) of received TRAU framesAndreas Eversberg1-2/+4
2013-07-29Adding traffic forwarding via RTP to remote applicationAndreas Eversberg4-38/+161
2013-07-27expiration: Allow to disable the periodic location updating procedureHolger Hans Peter Freyther2-26/+46
2013-07-27expiration: Speculative fixes for the periodic expiring handlingHolger Hans Peter Freyther3-17/+61
2013-07-27expiration: Print the "expire_lu" time in show subscriberHolger Hans Peter Freyther1-0/+9
2013-07-27smpp: Move the coding/mode detection into a utils fileHolger Hans Peter Freyther4-36/+69
2013-07-27misc: Fix compilation warningsHolger Hans Peter Freyther4-17/+7
2013-07-21SMPP: complete the VTY help/documentationHarald Welte1-9/+33
2013-07-14smpp: Close the file descriptor when we can't accept the SMSC connHolger Hans Peter Freyther1-1/+4
2013-07-14smpp: Add the classic check for osmo_fd_registerHolger Hans Peter Freyther1-1/+5
2013-07-14smpp: Fix possible NULL dereference of the emse->aclHolger Hans Peter Freyther1-2/+2
2013-07-14smpp: Checking an array for NULL will always be falseHolger Hans Peter Freyther2-2/+2
2013-07-14nitb: The subscr->imsi is an array will never be NULLHolger Hans Peter Freyther1-2/+1
2013-07-13Fix license header at smpp_openbsc.c and smpp_smsc.cHarald Welte2-22/+24
2013-07-11smpp_openbsc: Fix parsing of 03.38 data coding scheme in MO caseHarald Welte1-15/+28
2013-07-11Fix: Handle CM service request on already secured channel correctlyAndreas Eversberg1-1/+2
2013-07-06mncc: Remove what we believe to be a tautology from the MNCC codeHolger Hans Peter Freyther1-14/+16
2013-07-04nitb: Add a missing NULL check for searching the subscriberHolger Hans Peter Freyther1-1/+8
2013-07-04db: Fix an issue with the memsetHolger Hans Peter Freyther1-1/+1
2013-07-04gsm_subscriber: Fix compiler warning of the printf stringHolger Hans Peter Freyther1-1/+1
2013-06-12smpp: Only write the systemd-id if it is not emptyHolger Hans Peter Freyther1-1/+1
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
2013-05-28SMPP: Add new 'dcs_transparent' ESME settingHarald Welte3-9/+58
2013-05-28SMPP: Pass on 0xFx style DCS from SMPP to GSMHarald Welte1-17/+33
2013-05-26SMPP: Respond with BIND_TRX_RESP to BIND_TRX, not BIND_TX_RESPHarald Welte1-1/+1
2013-04-29smpp: Attempt to fix a memory leak of the msgbHolger Hans Peter Freyther1-1/+3
2013-03-13SMPP: Implement SMPP Osmocom Estensions on MO-SMS0.13.0Harald Welte4-6/+111
2013-03-13SMPP: Fix crash on delivery of incoming SUBMIT-SMHarald Welte1-5/+8
2013-03-03vty: Document some previously undocumented parametersHolger Hans Peter Freyther1-2/+4
2013-02-12VTY: backwards compatibility for 'logging level sms'Harald Welte1-0/+14
2013-01-25CC: gsm48_cc_tx_release() must not remove callrefAndreas Eversberg1-2/+0
2013-01-25CC: mncc_release_ind() must send MNCC_REL_CNF in state N19Andreas Eversberg1-0/+2
2013-01-25CC: Be sure to allocate call instance with talloc_zero()Andreas Eversberg1-1/+1
2013-01-24smpp_vty: Ensure to not print 'system-id' in openbsc.cfg if its emptyHarald Welte1-1/+2
2013-01-20smpp: Fix a memleak of the SMS on the submit pathHolger Hans Peter Freyther1-1/+2
2013-01-20SMPP: Inform the SMS Queue that a SMS was submitted to kick the queueHolger Hans Peter Freyther1-1/+6
2013-01-13sms: Avoid infinite CP-ERROR/CP-ACK loop with sms.Holger Hans Peter Freyther1-0/+12
2013-01-01libmsc: Track and update the location update expiryJan Luebbe2-6/+132