aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_11.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-10sms: Allow to specify the DCS for the SMS.Holger Hans Peter Freyther1-2/+2
2011-01-10sms: Move the sms_from_text to gsm_04_11Holger Hans Peter Freyther1-0/+25
2011-01-06sms: Improve the logging of the paging callback.Holger Hans Peter Freyther1-1/+3
2011-01-06sms: Fix crash by saving the gsm_networkHolger Hans Peter Freyther1-1/+4
2011-01-06subscr: Make the subscr_put_channel work with the subscrHolger Hans Peter Freyther1-2/+5
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-26sms: Introduce a SMS queue that will be responsible for deliveryHolger Hans Peter Freyther1-32/+1
2010-12-26sms: Create signal data for SMS with more informationHolger Hans Peter Freyther1-12/+25
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-25paging: Introduce a GSM_PAGING_BUSY event for a special timeoutHolger Hans Peter Freyther1-0/+1
2010-11-15bsc_api: Change submit dtap to allow to automatically use the SACHHolger Hans Peter Freyther1-1/+1
2010-10-06misc: Once again go from "On Waves" to "On-Waves"..Holger Hans Peter Freyther1-1/+1
2010-09-17gsm 04.11: increase the delivery attempt counter for an SMS right away in gsm...Nico Golde1-1/+1
2010-09-16gsm_04_11: count SMS delivery attempts for each CP-DATANico Golde1-0/+2
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther1-5/+0
2010-06-21[SMS] avoid mktime on NULLNico Golde1-1/+1
2010-06-17AW: Problem compiling OpenBSC on Kubuntu HardyAndreas.Eversberg1-5/+5
2010-06-17bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.Holger Hans Peter Freyther1-2/+2
2010-06-17bsc_api: Make paging/silent call work with the subscriber_connectionHolger Hans Peter Freyther1-5/+5
2010-06-16bsc_api: Pass the subscriber connection to the SMS...Holger Hans Peter Freyther1-7/+7
2010-06-16bsc_api: Remove the _lchan and make the method static..Holger Hans Peter Freyther1-6/+8
2010-06-16bsc_api: Remove some more occurences of the lchan.Holger Hans Peter Freyther1-5/+1
2010-06-16bsc_api: Operate on the subscriber connection for subscriber managementHolger Hans Peter Freyther1-2/+2
2010-06-16bsc_api: Rename lchan_for_subscr to connection_for_subscr and update codeHolger Hans Peter Freyther1-10/+10
2010-06-16gsm_04_11: Fix a crash... in case there is a already a connectionHolger Hans Peter Freyther1-1/+1
2010-06-15gsm_04_11: Place subscr_put_channel whenever being done with SMS.Holger Hans Peter Freyther1-1/+24
2010-06-15gsm_04_11: Speculative leak fix for the SMS...Holger Hans Peter Freyther1-2/+6
2010-06-15bsc_api: Do not use RLL inside the SMS code, handle SAPI n REJECTHolger Hans Peter Freyther1-38/+23
2010-06-14gsm_04_11: Attempt to fix some possible memory leaks in the SMS codeHolger Hans Peter Freyther1-1/+7
2010-06-14gsm_04_11: Remove some old code.Holger Hans Peter Freyther1-25/+1
2010-06-10gsm_04_11: Start using the GSM Subscriber class to ask for a channelHolger Hans Peter Freyther1-5/+1
2010-06-10gsm_04_11: Handle OOM same as expired and clean the message.Holger Hans Peter Freyther1-3/+1
2010-06-10gsm_04_11: Fix a typo..Holger Hans Peter Freyther1-1/+1
2010-06-09[SMS] Properly reject processing of compressed SMSHarald Welte1-1/+5
2010-06-08gsm_04_11: Remove direct RSL calls from the SMS code...Holger Hans Peter Freyther1-9/+0
2010-05-23gsm_04_11: Include bsc_api.h for the dtap signature.Holger Hans Peter Freyther1-0/+1
2010-04-30gsm_04_11.c: Use msgb->l4h instead of sms->smsh, as the latter is goneHarald Welte1-1/+1
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther1-6/+6
2010-03-25sms: Remove some more occurences of the GSM lchanHolger Hans Peter Freyther1-4/+2
2010-03-25Store the GSM BTS in the gsm subscriber connectionHolger Hans Peter Freyther1-7/+6
2010-03-25bsc: Start creating 08.08 like APIHolger Hans Peter Freyther1-12/+4
2010-03-25sms: First run of removing lchan usage from MSC code paths.Holger Hans Peter Freyther1-11/+19
2010-03-25lchan: Change transaction to work on the GSM Subscriber ConnectionHolger Hans Peter Freyther1-6/+6
2010-03-25lchan: Create a structure for MSC data of the lchanHolger Hans Peter Freyther1-12/+12
2010-03-07move large parts of mncc.h and gsm48 encode/decode into libosmocoreHarald Welte1-2/+2
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-4/+4
2009-12-27gsm_04_11: Support for implicit CP-ACK in case of multi-SMSSylvain Munaut1-0/+27
2009-12-24gsm_04_11: Release SMS transaction only after starting next one.Sylvain Munaut1-4/+6