aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-27lchan: Every SS_LCHAN signal now sends a struct lchan_sig_dataHolger Hans Peter Freyther6-26/+36
2010-12-27bsc: Some S_LCHAN signals don't provide an lchanHolger Hans Peter Freyther1-0/+14
2010-12-27auth: Release the security operation after we sent out a messageHolger Hans Peter Freyther1-1/+3
2010-12-27bsc: Avoid crashing when no lchan is present in the subscriber connectionHolger Hans Peter Freyther1-1/+11
2010-12-27gsm_04_08_utils: Fix Channel Request mode for e0/e0 and neci=1Sylvain Munaut1-1/+1
2010-12-26db: Quote the IMEI string before passing it into the database.Holger Hans Peter Freyther1-2/+5
2010-12-26ho: Access the network after we are known to have an entry.Holger Hans Peter Freyther1-1/+2
2010-12-26ho: Set the conn to NULL before calling lchan_releaseHolger Hans Peter Freyther1-0/+1
2010-12-26[db] Properly quote name and extension for SQL accessHarald Welte1-3/+10
2010-12-26SGSN: Avoid duplicate MM contexts in case MS and SGSN disagree on P-TMSIHarald Welte2-0/+30
2010-12-26SGSN: Implement network-initiated PDP CTX DEACT when GGSN restartsHarald Welte3-4/+174
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