1. 112f7b7 bsc_api: Pass the subscriber connection to the SMS... by Holger Hans Peter Freyther · 14 years ago
  2. e5dfd49 bsc_api: Remove the _lchan and make the method static.. by Holger Hans Peter Freyther · 14 years ago
  3. 60c282d bsc_api: Remove some more occurences of the lchan. by Holger Hans Peter Freyther · 14 years ago
  4. 5e58a0e bsc_api: Operate on the subscriber connection for subscriber management by Holger Hans Peter Freyther · 14 years ago
  5. 2f4af77 bsc_api: Rename lchan_for_subscr to connection_for_subscr and update code by Holger Hans Peter Freyther · 14 years ago
  6. 53383e9 gsm_04_11: Fix a crash... in case there is a already a connection by Holger Hans Peter Freyther · 14 years ago
  7. 43fae0a gsm_04_11: Place subscr_put_channel whenever being done with SMS. by Holger Hans Peter Freyther · 14 years ago
  8. 3ed097d gsm_04_11: Speculative leak fix for the SMS... by Holger Hans Peter Freyther · 14 years ago
  9. 9f619d0 bsc_api: Do not use RLL inside the SMS code, handle SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  10. 87a39ff gsm_04_11: Attempt to fix some possible memory leaks in the SMS code by Holger Hans Peter Freyther · 14 years ago
  11. 1a4d699 gsm_04_11: Remove some old code. by Holger Hans Peter Freyther · 14 years ago
  12. 99c1031 gsm_04_11: Start using the GSM Subscriber class to ask for a channel by Holger Hans Peter Freyther · 14 years ago
  13. 54d5dd5 gsm_04_11: Handle OOM same as expired and clean the message. by Holger Hans Peter Freyther · 14 years ago
  14. 6532f0e gsm_04_11: Fix a typo.. by Holger Hans Peter Freyther · 14 years ago
  15. fb3a232 [SMS] Properly reject processing of compressed SMS by Harald Welte · 14 years ago
  16. 985563e gsm_04_11: Remove direct RSL calls from the SMS code... by Holger Hans Peter Freyther · 14 years ago
  17. 8b820fe gsm_04_11: Include bsc_api.h for the dtap signature. by Holger Hans Peter Freyther · 14 years ago
  18. 2c5706d gsm_04_11.c: Use msgb->l4h instead of sms->smsh, as the latter is gone by Harald Welte · 14 years ago
  19. 7113514 [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  20. de896e5 sms: Remove some more occurences of the GSM lchan by Holger Hans Peter Freyther · 14 years ago
  21. e978184 Store the GSM BTS in the gsm subscriber connection by Holger Hans Peter Freyther · 14 years ago
  22. 7cdff24 bsc: Start creating 08.08 like API by Holger Hans Peter Freyther · 14 years ago
  23. 40772ef sms: First run of removing lchan usage from MSC code paths. by Holger Hans Peter Freyther · 14 years ago
  24. 4009da4 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  25. 065b811 lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  26. fdc93d9 move large parts of mncc.h and gsm48 encode/decode into libosmocore by Harald Welte · 14 years ago
  27. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  28. a5914da gsm_04_11: Support for implicit CP-ACK in case of multi-SMS by Sylvain Munaut · 15 years ago
  29. d17cdeb gsm_04_11: Release SMS transaction only after starting next one. by Sylvain Munaut · 15 years ago
  30. e65af1b gsm_04_11: In gsm411_send_sms_lchan fix transaction id error handling by Sylvain Munaut · 15 years ago
  31. ced9a91 introduce multiple log levels (DEBUG/INFO/NOTICE/ERROR) to SMS code by Harald Welte · 15 years ago
  32. bdbb744 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  33. 6e55abf [gsm_04_11] Replace hardcoded transaction_id by real allocation by Harald Welte · 15 years ago
  34. 3edc5a9 keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  35. dd488d1 [sms] bugfix: additional functionality indicator only appears in TP_VPF_ENHANCED - not in TP_VPF_ABSOLUTE by Steffen Neubauer · 15 years ago
  36. 40c2332 Use 'new' rather than 'unknown' when starting transaction by Sylvain Munaut · 15 years ago
  37. e02fb9a Fix transaction_id displayed in debug message by Sylvain Munaut · 15 years ago
  38. 163a24a Fix typos in debug message / comments by Sylvain Munaut · 15 years ago
  39. e5e0eb7 [sms] trivial: Removed unneeded double check in unbcdify by Steffen Neubauer · 15 years ago
  40. 9cfb040 [SMS] Implement TP-VPF-ENHANCED by Steffen Neubauer · 15 years ago
  41. b1ba414 move 'struct value_string' and 'get_value_string()' to gsm_data by Harald Welte · 15 years ago
  42. 9443695 [SMS] implement GSM340_TP_VPF_ABSOLUTE by Steffen Neubauer · 15 years ago
  43. 80e5ccc Fix warnings by removing unused variables by Holger Hans Peter Freyther · 15 years ago
  44. 4dd65ae [gsm_04_11] Free transaction on RX_RP_ACK for SMS by Sylvain Munaut · 15 years ago
  45. ced09ed actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  46. dec08ee paging_request() now returns the number of started paging requests by Harald Welte (local) · 15 years ago
  47. 2a31975 Merge commit 'har/master' by Harald Welte · 15 years ago
  48. f286102 Fix decoding of SMS Data Coding Scheme by Daniel Willmann · 15 years ago
  49. d363c95 provide return code from paging_request() function by Harald Welte · 15 years ago
  50. 8d78660 Handle SMS with UCS2 and binary userdata by Daniel Willmann · 15 years ago
  51. 8751ee9 move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  52. 9d0bd79 fix sms layer timer leak/corruiption using trans_free() by Harald Welte (local) · 15 years ago
  53. 64994ce respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  54. cb4715c add more debugging to SMS layer by Harald Welte (local) · 15 years ago
  55. 7aef263 Merge branch 'master' of git@192.168.100.10:openbsc by Stefan Schmidt · 15 years ago
  56. 84b95e5 gsm_04_11: Month in unix time starts with 0. by Stefan Schmidt · 15 years ago
  57. a31ed62 Beautify septet->octet calculation (do not use ceil) by Daniel Willmann · 15 years ago
  58. 426bb16 Support sms with a validity period format of none by Daniel Willmann · 15 years ago
  59. 16480eb remove FIRST_CONTACT signal, the subscriber flag is sufficient by Harald Welte (local) · 15 years ago
  60. bab4a2a allocate a token for new subscribers by Jan Luebbe · 15 years ago
  61. 8f31ed9 Fix gsm_7bit_{en,de}code function and sms user_data calculations by Daniel Willmann · 15 years ago
  62. 182c745 misc: Fix warnings about returning with value... by Holger Hans Peter Freyther · 15 years ago
  63. 735cd9e misc: Add prototypes to header files, include more header files by Holger Hans Peter Freyther · 15 years ago
  64. 5fa17a2 add SMS CP timer TC1* to tear down lchan in case MS never responds to CP-DATA by Harald Welte · 15 years ago
  65. f2e680b fix off-by-one error in calculating RPDU length for CP-USER-DATA IE by Harald Welte · 15 years ago
  66. fc01b24 SMS improvements by Harald Welte · 15 years ago
  67. 09421d3 implement proper SAPI3 handling for SMS by Harald Welte · 15 years ago
  68. 68b7df2 first 'working' SMS implementation by Harald Welte · 15 years ago
  69. 5b359d8 Merge branch 'master' into sms by Harald Welte · 15 years ago
  70. 932e20d move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  71. b78996d further steps towards better, transaction based SMS by Harald Welte · 15 years ago
  72. 97a7df1 Merge branch 'master' into sms by Harald Welte · 15 years ago
  73. aae7a52 make sure subscr->net is always set by Harald Welte · 15 years ago
  74. 7535041 make sure subscr->net is always set by Harald Welte · 15 years ago
  75. dd62b16 some more comments by Harald Welte · 15 years ago
  76. 156c5e6 more SMS improvements by Harald Welte · 15 years ago
  77. 7e2f57d more layering /abstraction of sms protocol by Harald Welte · 15 years ago
  78. 9cfc935 use named variant when allocating msgb's by Harald Welte · 15 years ago
  79. a837977 introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  80. 3794e15 SMS: fix parsing of destination phone number by Harald Welte · 15 years ago
  81. 4d4e6f7 SMS: fix parsing of destination address BCD by Harald Welte · 15 years ago
  82. b8a18b5 introduce encoding/decoding functions for 04.08 CC by Harald Welte · 15 years ago
  83. 59b0468 move openbsc into its own subdirectory by Harald Welte · 15 years ago