aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-26SGSN: some more commentsHarald Welte1-0/+4
2010-12-26sms: Make sure that this loop is broken from time to time.Holger Hans Peter Freyther1-3/+5
2010-12-26sms: Rewrite the queue to find SMS harder.Holger Hans Peter Freyther1-3/+25
2010-12-26sms: Move the finding of the next SMS to handle to a new methodHolger Hans Peter Freyther1-9/+20
2010-12-26sms: Change the default values for the sms_queueHolger Hans Peter Freyther2-2/+2
2010-12-26sms: Workaround a bug in the db layer and update the dataHolger Hans Peter Freyther1-0/+3
2010-12-26sms: Always go through the database and the smsqueue to send messagesHolger Hans Peter Freyther1-8/+7
2010-12-26sms: Allow setting amount of failures through the vty.Holger Hans Peter Freyther2-0/+20
2010-12-26sms: Make the amount of failures configurable as well.Holger Hans Peter Freyther1-1/+3
2010-12-26sms: Add vty command to clear the pending messageHolger Hans Peter Freyther2-0/+25
2010-12-26sms: Make the max_pending tunable via a vty runtime settingHolger Hans Peter Freyther2-0/+20
2010-12-26sms: Add vty command to trigger running the queue.Holger Hans Peter Freyther2-1/+12
2010-12-26sms: Provide some simple vty command for the state of the SMS queueHolger Hans Peter Freyther2-0/+29
2010-12-26sms: Begin sending SMS messages, handle failuresHolger Hans Peter Freyther1-2/+298
2010-12-26sms: Introduce a SMS queue that will be responsible for deliveryHolger Hans Peter Freyther4-33/+103
2010-12-26sms: Create signal data for SMS with more informationHolger Hans Peter Freyther2-13/+27
2010-12-26sms: Dispatch a failed signal in many of the MT-sms pointsHolger Hans Peter Freyther1-2/+10
2010-12-26sms: Use the SMS in the signals where it makes sense.Holger Hans Peter Freyther1-2/+2
2010-12-25sms: Fix a small typo.Holger Hans Peter Freyther1-1/+1
2010-12-25db: Introduce a limit in delivery attempts for the SMS searchHolger Hans Peter Freyther2-4/+7
2010-12-25db: Add method to load a SMS by id.Holger Hans Peter Freyther1-0/+22
2010-12-25subscr: Sync the database before sending the attached signalHolger Hans Peter Freyther1-1/+10
2010-12-25subscr: Print the lac of the subscriber.Holger Hans Peter Freyther1-0/+2
2010-12-25paging: Introduce a GSM_PAGING_BUSY event for a special timeoutHolger Hans Peter Freyther5-2/+13
2010-12-24subscr: Add a VTY command to update the subscriber from the database.Holger Hans Peter Freyther3-19/+78
2010-12-24subscr: Add VTY command to purge subscribers that are held in memoryHolger Hans Peter Freyther1-0/+14
2010-12-24subscr: Introduce VTY option to keep subscribers in ram.Holger Hans Peter Freyther1-0/+14
2010-12-24subscr: Introduce subscr_purge_inactive to free unused subscribersHolger Hans Peter Freyther1-0/+15
2010-12-24subscr: Make it possible to keep subscribers in RAM.Holger Hans Peter Freyther1-1/+1
2010-12-24BSC Call Control: Actually implement call statisticsHarald Welte3-7/+17
2010-12-24BSC VTY: Print some more of the already-generated statisticsHarald Welte1-0/+7
2010-12-24SGSN / GMM: Only allow non-roaming IMSIsHarald Welte1-1/+10
2010-12-24BSC API: Make 'Got data in non active state' message as LOGL_INFOHarald Welte1-1/+2
2010-12-24RSL: Make "waiting for SAPI=%d to be released" LOGL_DEBUGHarald Welte1-1/+1
2010-12-24Fix some stupid typos resulting in compile errors.Harald Welte1-2/+2
2010-12-24BSC VTY: Fix off-by-one / segfault in 'show bts NR'Harald Welte1-1/+1
2010-12-24BTS VTY: Order bts-trx-ts-lchan in 'show lchan'Harald Welte1-9/+7
2010-12-24BSC VTY: Print the current mode of a dynamic TCH/F / PDCHHarald Welte1-2/+6
2010-12-24BSC VTY: Change order of elements in 'show timeslot' commandHarald Welte1-2/+2
2010-12-24BSC VTY: Remove extraneous 'else' from write_ts_single()Harald Welte1-1/+1
2010-12-24BSC VTY: Fix 'show timeslot' command if BTS and/or TRX are specifiedHarald Welte1-5/+25
2010-12-23GPRS/GMM: Correctly look up MM Context in RA UpdateHarald Welte2-1/+19
2010-12-23More verbose logging of authentication internalsHarald Welte1-17/+21
2010-12-23IMM ASS REJ: Actually add t3122 parsing to vty codeHarald Welte1-0/+1
2010-12-23Authentication: use ENUM instead of magic numbersHarald Welte2-5/+6
2010-12-23Use 04.08 IMM ASS REJECT in case we run out of channelsHarald Welte2-1/+44
2010-12-23Dynamic PDC: Add VTY comand 'bts N trx M timeslot O pdch [de]activate'Harald Welte1-0/+52
2010-12-23Dynamic PDCH: rsl_ipacc_pdch_activate() operates on a timeslotHarald Welte1-9/+13
2010-12-22gsm48: Release the LU procedure only after the TMSI REALL_COMPLHolger Hans Peter Freyther1-2/+6
2010-12-22MNCC: introduce mncc_upq_enqueue() wrapper around msgb_enqueue()Harald Welte3-3/+3