aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2013-10-11dyn PDCH: Add new_lchan argument to bsc_handover_start()Andreas Eversberg1-1/+1
2013-10-11dyn PDCH: Cleanup of rsl_chan_activate_lchan() and usersAndreas Eversberg1-1/+1
2013-09-19MNCC: Add IMSI to CALL CONFIRM messageAndreas Eversberg1-0/+4
2013-08-12nitb: Add a test command for stress testing all BTSsHolger Hans Peter Freyther1-0/+31
2013-07-29HO: New improved handover algorithmAndreas Eversberg1-1/+2
2013-07-29Debug messages show which unsupported codecs are removed from bcap and whyAndreas Eversberg1-17/+62
2013-07-29HO: Improve silent call featureAndreas Eversberg2-17/+52
2013-07-29HO: Allow assignment trigger via VTY commandAndreas Eversberg1-9/+12
2013-07-29HO: In case of assignment failure, release all call control transactionsAndreas Eversberg2-0/+15
2013-07-29HO: Bultin MNCC application ignores lchan_type and uses selected codecAndreas Eversberg1-29/+33
2013-07-29HO: MNCC interface uses lchan_mode and lchan_type to modify channelAndreas Eversberg1-2/+68
2013-07-29HO: Remove all TCH rates from bearer capability that are not availableAndreas Eversberg1-0/+11
2013-07-29HO: Store bearer capabilities of MS at connection structure for later useAndreas Eversberg1-0/+10
2013-07-29HO: Move handover config from GSMNET to BTS nodeAndreas Eversberg1-15/+8
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