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