aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_11.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-24gsm_04_11: In gsm411_send_sms_lchan fix transaction id error handlingSylvain Munaut1-1/+1
2009-12-24introduce multiple log levels (DEBUG/INFO/NOTICE/ERROR) to SMS codeHarald Welte1-31/+40
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte1-5/+6
2009-12-22[gsm_04_11] Replace hardcoded transaction_id by real allocationHarald Welte1-1/+5
2009-12-22keep some internal statistics inside OpenBSCHarald Welte1-1/+8
2009-12-21[sms] bugfix: additional functionality indicator only appears in TP_VPF_ENHAN...Steffen Neubauer1-1/+2
2009-12-19Use 'new' rather than 'unknown' when starting transactionSylvain Munaut1-1/+1
2009-12-19Fix transaction_id displayed in debug messageSylvain Munaut1-1/+1
2009-12-19Fix typos in debug message / commentsSylvain Munaut1-1/+1
2009-12-05[sms] trivial: Removed unneeded double check in unbcdifySteffen Neubauer1-2/+1
2009-11-26[SMS] Implement TP-VPF-ENHANCEDSteffen Neubauer1-93/+156
2009-11-12move 'struct value_string' and 'get_value_string()' to gsm_dataHarald Welte1-18/+0
2009-11-11[SMS] implement GSM340_TP_VPF_ABSOLUTESteffen Neubauer1-3/+50
2009-10-22Fix warnings by removing unused variablesHolger Hans Peter Freyther1-3/+1
2009-09-27[gsm_04_11] Free transaction on RX_RP_ACK for SMSSylvain Munaut1-1/+2
2009-08-17actual code running at end of har2009Harald Welte (local)1-0/+8