aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/transaction.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-14respect the link_id, not only the SAPI from SMS codeHarald Welte (local)1-0/+1
SMS related messages are all sent over SAPI=3. But in addition to that, we also need to send it over the correct link identifier, i.e. SACCH or main signalling channel
2009-08-10add SMS CP timer TC1* to tear down lchan in case MS never responds to CP-DATAHarald Welte1-1/+2
2009-08-08first 'working' SMS implementationHarald Welte1-0/+1
we now have the full path from the MS into the database (SUBMIT), as well as back from the database to the MS (DELIVER). The database gets correctly updated once a SMS has been successfully delivered. What's still missing is the periodic scan over all undelivered messages, trying to deliver them to the respective MS. So far, you have to manually trigger this on the telnet interface with 'sms send pending 1'
2009-07-27further steps towards better, transaction based SMSHarald Welte1-0/+1
2009-07-26move definition of 'struct gsm_trans' to transaction.hHarald Welte1-0/+45
2009-07-23look-up by (subscriber, protocol, transaction_id) tupleHarald Welte1-1/+2
... rather than the previous incomplete (lchan, transaction_id) tuple
2009-07-23move allocating new transaction_ids to transaction.cHarald Welte1-0/+2
2009-07-23add missing files to gitHarald Welte1-0/+16