1. d0cf7ba introduce multiple log levels (DEBUG/INFO/NOTICE/ERROR) to SMS code by Harald Welte · 14 years ago
  2. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 14 years ago
  3. 4983921 [gsm_04_11] Replace hardcoded transaction_id by real allocation by Harald Welte · 14 years ago
  4. 24ff6ee keep some internal statistics inside OpenBSC by Harald Welte · 14 years ago
  5. ac0c13c [sms] bugfix: additional functionality indicator only appears in TP_VPF_ENHANCED - not in TP_VPF_ABSOLUTE by Steffen Neubauer · 14 years ago
  6. feaca92 Use 'new' rather than 'unknown' when starting transaction by Sylvain Munaut · 14 years ago
  7. c56a141 Fix transaction_id displayed in debug message by Sylvain Munaut · 14 years ago
  8. 1d9efd6 Fix typos in debug message / comments by Sylvain Munaut · 14 years ago
  9. ad69d7f [sms] trivial: Removed unneeded double check in unbcdify by Steffen Neubauer · 15 years ago
  10. f326267 [SMS] Implement TP-VPF-ENHANCED by Steffen Neubauer · 15 years ago
  11. ccda965 move 'struct value_string' and 'get_value_string()' to gsm_data by Harald Welte · 15 years ago
  12. 5727cf4 [SMS] implement GSM340_TP_VPF_ABSOLUTE by Steffen Neubauer · 15 years ago
  13. dc1e105 Fix warnings by removing unused variables by Holger Hans Peter Freyther · 15 years ago
  14. 6b0b103 [gsm_04_11] Free transaction on RX_RP_ACK for SMS by Sylvain Munaut · 15 years ago
  15. ee4410a actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  16. 0abaf33 paging_request() now returns the number of started paging requests by Harald Welte (local) · 15 years ago
  17. b2dc37f Merge commit 'har/master' by Harald Welte · 15 years ago
  18. d5d5e1d Fix decoding of SMS Data Coding Scheme by Daniel Willmann · 15 years ago
  19. e903edf provide return code from paging_request() function by Harald Welte · 15 years ago
  20. 6b024cb Handle SMS with UCS2 and binary userdata by Daniel Willmann · 15 years ago
  21. d19e58b move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  22. 86b1717 fix sms layer timer leak/corruiption using trans_free() by Harald Welte (local) · 15 years ago
  23. daef606 respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  24. c89a511 add more debugging to SMS layer by Harald Welte (local) · 15 years ago
  25. aa66587 Merge branch 'master' of git@192.168.100.10:openbsc by Stefan Schmidt · 15 years ago
  26. 689537a gsm_04_11: Month in unix time starts with 0. by Stefan Schmidt · 15 years ago
  27. 9aef145 Beautify septet->octet calculation (do not use ceil) by Daniel Willmann · 15 years ago
  28. 58c83d8 Support sms with a validity period format of none by Daniel Willmann · 15 years ago
  29. aa9dc19 remove FIRST_CONTACT signal, the subscriber flag is sufficient by Harald Welte (local) · 15 years ago
  30. 336f8ec allocate a token for new subscribers by Jan Luebbe · 15 years ago
  31. 6b1e822 Fix gsm_7bit_{en,de}code function and sms user_data calculations by Daniel Willmann · 15 years ago
  32. 09e364b misc: Fix warnings about returning with value... by Holger Hans Peter Freyther · 15 years ago
  33. 34e9749 misc: Add prototypes to header files, include more header files by Holger Hans Peter Freyther · 15 years ago
  34. 4198561 add SMS CP timer TC1* to tear down lchan in case MS never responds to CP-DATA by Harald Welte · 15 years ago
  35. 0d544e7 fix off-by-one error in calculating RPDU length for CP-USER-DATA IE by Harald Welte · 15 years ago
  36. cf6a381 SMS improvements by Harald Welte · 15 years ago
  37. cb8f443 implement proper SAPI3 handling for SMS by Harald Welte · 15 years ago
  38. 7604218 first 'working' SMS implementation by Harald Welte · 15 years ago
  39. 3366a94 Merge branch 'master' into sms by Harald Welte · 15 years ago
  40. 7bfc267 move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  41. f3efc59 further steps towards better, transaction based SMS by Harald Welte · 15 years ago
  42. 88f0425 Merge branch 'master' into sms by Harald Welte · 15 years ago
  43. 761e944 make sure subscr->net is always set by Harald Welte · 15 years ago
  44. 9176bd4 make sure subscr->net is always set by Harald Welte · 15 years ago
  45. 3e0f617 some more comments by Harald Welte · 15 years ago
  46. b9c758b more SMS improvements by Harald Welte · 15 years ago
  47. 87f5d63 more layering /abstraction of sms protocol by Harald Welte · 15 years ago
  48. 966636f use named variant when allocating msgb's by Harald Welte · 15 years ago
  49. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  50. 3cfdb22 SMS: fix parsing of destination phone number by Harald Welte · 15 years ago
  51. a718780 SMS: fix parsing of destination address BCD by Harald Welte · 15 years ago
  52. 0c38930 introduce encoding/decoding functions for 04.08 CC by Harald Welte · 15 years ago
  53. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/gsm_04_11.c]
  54. 7e310b1 Store incoming SMS into SQL database by Harald Welte · 15 years ago
  55. 77217de [sms] Fix memory leak by Holger Freyther · 15 years ago
  56. 76c9569 [utils] Create gsm_utils for 7bit encoding and decoding... by Holger Freyther · 15 years ago
  57. 595ad7b modify the signal handler/dispatch code (sorry zecke, no offense, I just had some different ideas) by Harald Welte · 15 years ago
  58. 9b17776 [sms] Send a notification on incoming SMS by Holger Freyther · 15 years ago
  59. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 15 years ago
  60. a553d09 Export the gsm0411 alloc and send function by Holger Freyther · 15 years ago
  61. 8c2e36e use 'ALL YOUR PHONE ARE BELONG TO US' as SMS by Harald Welte · 15 years ago
  62. e2a728d Nothing to see here, move along; by Daniel Willmann · 15 years ago
  63. 3b3f001 Change TPDU of welcome message by Daniel Willmann · 15 years ago
  64. fad5d0d Regenerate a valid TPDU and send it at first registration by Daniel Willmann · 15 years ago
  65. a3e2984 Send real SMSC no by Daniel Willmann · 15 years ago
  66. 4a1e879 Add RPDU length by Daniel Willmann · 15 years ago
  67. 6fe997e Implement sending SMS and send one on network registration by Daniel Willmann · 15 years ago
  68. bb16e8e Print out info about CP-ERROR by Daniel Willmann · 15 years ago
  69. aecbbed RP-ACK needs to be sent in a CP-DATA by Daniel Willmann · 15 years ago
  70. 9dfbf25 Send transaction index when sending an CP-ACK by Daniel Willmann · 15 years ago
  71. 471712b ACK sms-submit by Daniel Willmann · 15 years ago
  72. e0fbec8 Parse sms-submit messages by Daniel Willmann · 15 years ago
  73. fdd0a6c Add SMS (GSM 04.11) testing program by Daniel Willmann · 15 years ago
  74. 8b3390e Start implementing GSM 04.11 (short message service) by Daniel Willmann · 15 years ago