aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_11.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-09some more commentsHarald Welte1-0/+6
2009-07-05more SMS improvementsHarald Welte1-23/+58
2009-07-04more layering /abstraction of sms protocolHarald Welte1-40/+41
2009-06-26use named variant when allocating msgb'sHarald Welte1-1/+2
2009-06-20introduce talloc all over OpenBSCHarald Welte1-7/+19
2009-06-12SMS: fix parsing of destination phone numberHarald Welte1-2/+3
2009-06-12SMS: fix parsing of destination address BCDHarald Welte1-1/+1
2009-06-10introduce encoding/decoding functions for 04.08 CCHarald Welte1-1/+1
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+500