aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-14nitb: Add a mode to not use TMSI for normal operationzecke/features/no-tmsiHolger Hans Peter Freyther1-31/+63
2015-07-13nitb: Be less strict about the reject causeHolger Hans Peter Freyther1-1/+1
2015-05-29gsm_04_08: Use osmo_assert for transt->conn and conn only in case of paging s...Ivan Kluchnikov1-1/+1
2015-04-29sub: Remove the queue from the subscriber codeHolger Hans Peter Freyther1-62/+33
2015-01-27nitb: Allow the network to decide if a subscriber should be createdHolger Hans Peter Freyther1-9/+20
2015-01-02logging: Set the context for paging requests as well.Holger Hans Peter Freyther1-0/+1
2015-01-01convert away from deprecated gsm_7bit_{encode,decode}() functionsHarald Welte1-2/+2
2014-12-09msc: Add net parameter to trans_allocJacob Erlbeck1-2/+3
2014-12-05msc: Add and use gsm_subscriber_groupJacob Erlbeck1-15/+22
2014-12-05msc: Don't use the subscriber to access the net objectJacob Erlbeck1-2/+3
2014-12-05msc: Add net back pointer to gsm_transJacob Erlbeck1-31/+31
2014-08-04MNCC: Add IMSI to CALL CONFIRM messageAndreas Eversberg1-0/+4
2014-05-18Add support for AMR frames to MNCC/RTP interfaceAndreas Eversberg1-0/+1
2014-05-18bsc_api/NITB: If TCH/H channel is used, indicate it to bsc_apiAndreas Eversberg1-1/+2
2014-05-18Add check to tch_map(), if RTP sockets existAndreas Eversberg1-0/+11
2014-03-20mncc: Add support for half rate V1 frames to MNCC/RTP interfaceAndreas Eversberg1-2/+4
2014-01-31sms/dtap: Add log messages to analyse SMS message lossJacob Erlbeck1-0/+1
2014-01-27Add function to update TRAU muxer after assignment or handoverAndreas Eversberg1-3/+16
2014-01-16Remove obsolete check of conn and lchan pointers not beeing NULLAndreas Eversberg1-4/+2
2014-01-14Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg1-0/+28
2014-01-08nitb: Set the DST field in generated MM info messagesJacob Erlbeck1-0/+15
2013-12-29mncc: Add the context we get from the MNCC interfaceHolger Hans Peter Freyther1-0/+13
2013-12-27lu crash: Fix a crash that likely occurred during the LU procedureHolger Hans Peter Freyther1-0/+3
2013-12-27periodic/lu: Attempt to implicitly attach a subscriber instead of rejectingHolger Hans Peter Freyther1-4/+17
2013-12-19Add EFR support to TRAU muxer + test caseAndreas Eversberg1-0/+1
2013-11-01bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.cJacob Erlbeck1-23/+0
2013-10-31Revert "bsc/ussd: Send faked CM Service Accept before sending USSD"Holger Hans Peter Freyther1-2/+2
2013-10-31bsc/ussd: Send faked CM Service Accept before sending USSDJacob Erlbeck1-2/+2
2013-10-13db: Remove the struct gsm_network from the database layerHolger Hans Peter Freyther1-2/+2
2013-10-04Fix typo in console output: "PEROIDOC" -> "PERIODIC".Alexander Chemeris1-1/+1
2013-08-18Fix: Handle CM service request on already secured channel correctlyAndreas Eversberg1-0/+5
2013-07-27expiration: Speculative fixes for the periodic expiring handlingHolger Hans Peter Freyther1-0/+9
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-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-01misc: Do not use else when using return in the previous branchHolger Hans Peter Freyther1-1/+1
2013-01-01libmsc: Refuse service to anyone not attachedSylvain Munaut1-0/+4
2012-12-29gsm_04_08: Display debug message correctly on DETACH INDICATIONdaniel/channel-ho-wipDaniel Willmann1-3/+5
2012-12-26handover: Fix the handover signalling for IP based BTSesHolger Hans Peter Freyther1-13/+20
2012-12-22libmsc: Avoid a crash on lchan release during call controlHolger Hans Peter Freyther1-5/+16
2012-12-16nitb: Do not crash on IMSI Detach messages from a phoneHolger Hans Peter Freyther1-1/+0
2012-09-11misc: Address compiler warning on unused variablesHolger Hans Peter Freyther1-4/+3
2012-07-16MSC 04.08: RRLP messages are DRR, not DNM !Harald Welte1-1/+1
2012-07-12move BTS-specific timezone override into sub-structureHarald Welte1-7/+7
2012-07-10msc: Attempt to release the lchan immediately on IMSI DetachHolger Hans Peter Freyther1-6/+6
2012-07-02BSC: introduce new "sysmobts" BTS modelHarald Welte1-0/+3
2012-04-08introduce HAVE_TM_GMTOFF_IN_TMHarald Welte1-0/+7
2012-01-23Move the bulk of RR processing from MSC into BSCHarald Welte1-107/+3
2012-01-23Move processing of CLASSMARK CHANGE behind bsc_apiHarald Welte1-50/+0