aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_11.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-24Specify a release reason for the lchanHolger Hans Peter Freyther1-2/+2
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
2009-08-15paging_request() now returns the number of started paging requestsHarald Welte (local)1-1/+1
2009-08-15Merge commit 'har/master'Harald Welte1-6/+13
2009-08-15Fix decoding of SMS Data Coding SchemeDaniel Willmann1-1/+1
2009-08-15provide return code from paging_request() functionHarald Welte1-2/+5
2009-08-15Handle SMS with UCS2 and binary userdataDaniel Willmann1-2/+11
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-3/+1
2009-08-14fix sms layer timer leak/corruiption using trans_free()Harald Welte (local)1-2/+7
2009-08-14respect the link_id, not only the SAPI from SMS codeHarald Welte (local)1-6/+13
2009-08-14add more debugging to SMS layerHarald Welte (local)1-10/+85
2009-08-13Merge branch 'master' of git@192.168.100.10:openbscStefan Schmidt1-2/+15
2009-08-13gsm_04_11: Month in unix time starts with 0.Stefan Schmidt1-1/+1
2009-08-13Beautify septet->octet calculation (do not use ceil)Daniel Willmann1-2/+6
2009-08-13Support sms with a validity period format of noneDaniel Willmann1-0/+7
2009-08-13remove FIRST_CONTACT signal, the subscriber flag is sufficientHarald Welte (local)1-12/+0
2009-08-13allocate a token for new subscribersJan Luebbe1-0/+14
2009-08-12Fix gsm_7bit_{en,de}code function and sms user_data calculationsDaniel Willmann1-2/+7
2009-08-10misc: Fix warnings about returning with value...Holger Hans Peter Freyther1-0/+2
2009-08-10misc: Add prototypes to header files, include more header filesHolger Hans Peter Freyther1-0/+1
2009-08-10add SMS CP timer TC1* to tear down lchan in case MS never responds to CP-DATAHarald Welte1-0/+17
2009-08-10fix off-by-one error in calculating RPDU length for CP-USER-DATA IEHarald Welte1-1/+2
2009-08-09SMS improvementsHarald Welte1-10/+75
2009-08-09implement proper SAPI3 handling for SMSHarald Welte1-22/+63
2009-08-08first 'working' SMS implementationHarald Welte1-137/+215
2009-07-28Merge branch 'master' into smsHarald Welte1-8/+6
2009-07-28move allocation of talloc contexts into link-time constructorHarald Welte1-8/+6
2009-07-27further steps towards better, transaction based SMSHarald Welte1-48/+260
2009-07-23Merge branch 'master' into smsHarald Welte1-0/+5
2009-07-23make sure subscr->net is always setHarald Welte1-1/+2
2009-07-23make sure subscr->net is always setHarald Welte1-1/+2