1. 04bfb71 treewide: remove FSF address by Oliver Smith · 2 years, 7 months ago
  2. a3e9ef9 04.80: Deprecate gsm0480_create_ussd_resp() by Harald Welte · 6 years ago
  3. 1cc42f7 gsm/gsm0480.c: use DLGLOBAL and LOGL_ERROR for logging by Vadim Yanitskiy · 5 years ago
  4. ec865dd gsm/gsm0480.c: parse_ss(): drop needless debug print by Vadim Yanitskiy · 5 years ago
  5. 6b4895f gsm/gsm0480: introduce gsm0480_create_release_complete() by Vadim Yanitskiy · 5 years ago
  6. b27e6fe Rename msgb_wrap_with_TL() by Max · 5 years ago
  7. e035572 Fix typos in SS opcode names by Max · 6 years ago
  8. d8fcef7 gsm0480: fix copy-pasted note for gsm0480_gen_return_error() by Vadim Yanitskiy · 6 years ago
  9. 84fb5bb Move msgb_push helpers to public header by Max · 6 years ago
  10. 30cfeeb libosmogsm: (re)introduce gsm48_push_l3hdr() by Vadim Yanitskiy · 6 years ago
  11. 39a36d0 gsm/gsm0480.c: use the local msgb allocator by Vadim Yanitskiy · 6 years ago
  12. 3fc4616 gsm/gsm0480.c: prevent NULL-pointer dereference by Vadim Yanitskiy · 6 years ago
  13. 7ecc4a3 04.80: New gsm0480_gen_{reject,return_error}() functions by Harald Welte · 6 years ago
  14. b0d9594 USSD: Introduce gsm0480_gen_ussd_resp_7bit() by Harald Welte · 6 years ago
  15. 88fa5a3 gsm0480: Factor out msgb allocation helper function by Harald Welte · 6 years ago
  16. b1a35d6 gsm 04.80: Add value_string for component type and op code by Harald Welte · 6 years ago
  17. 5a09f75 gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie() by Vadim Yanitskiy · 6 years ago
  18. 52e4412 gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag() by Vadim Yanitskiy · 6 years ago
  19. fb5da89 gsm0480: fix: don't overwrite the data of RELEASE_COMPLETE by Vadim Yanitskiy · 6 years ago
  20. 2ecfb30 gsm0480: drop messages with incorrect data length by Vadim Yanitskiy · 6 years ago
  21. a24ead0 gsm0480: copy the raw USSD data, its DCS and length by Vadim Yanitskiy · 6 years ago
  22. 3cafc06 gsm0480: parse optional IEs for RELEASE COMPLETE message by Vadim Yanitskiy · 6 years ago
  23. b92a27f gsm0480: parse all SS info elements in a message by Vadim Yanitskiy · 6 years ago
  24. b41c70f gsm0480: correct parse_ss_info_elements() declaration by Vadim Yanitskiy · 6 years ago
  25. f07c58c gsm0480: refactor gsm0480_decode_ss_request by Vadim Yanitskiy · 6 years ago
  26. fd744ce gsm0480: move SS request length check to parse_ss() by Vadim Yanitskiy · 6 years ago
  27. 7689e0f gsm0480: pass exact GSM 04.80 payload length to parse_ss() by Vadim Yanitskiy · 6 years ago
  28. 44ebb93 gsm0480: add specification reference to SS message type by Vadim Yanitskiy · 6 years ago
  29. 394447b gsm0480: handle GSM0480_OP_CODE_PROCESS_USS_DATA by Vadim Yanitskiy · 7 years ago
  30. 511426d gsm0480: handle USS_NOTIFY and USS_REQUEST with PROCESS_USS_REQ by Vadim Yanitskiy · 7 years ago
  31. 7f16c44 gsm0480: handle GSM0480_CTYPE_RETURN_RESULT by Vadim Yanitskiy · 7 years ago
  32. c30431f gsm0480: parse GSM0480_MTYPE_FACILITY separately by Vadim Yanitskiy · 7 years ago
  33. 01b8572 gsm0480: handle UnstructuredSS Request with DSC != 0x0F by Vadim Yanitskiy · 7 years ago
  34. 5b0790d gsm0480: clean up the parse_process_uss_req() code by Vadim Yanitskiy · 7 years ago
  35. fa6c2b9 gsm0480: fix USSD OCTET STRING length confusion by Vadim Yanitskiy · 7 years ago
  36. 04ee9c0 gsm0480: skip length check for 'RELEASE COMPLETE' message by Sergey Kostanbaev · 9 years ago
  37. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  38. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  39. bc1d758 gsm0480: add gsm0480_create_ussd_notify() and *_release_complete() by Neels Hofmeyr · 8 years ago
  40. 25774b9 gsm0480: code dup: introduce and use gsm0480_l3hdr_push() by Neels Hofmeyr · 8 years ago
  41. a95ee5e fix USSD: SS message type mask should be 0x3f, not 0xbf by Neels Hofmeyr · 8 years ago
  42. 282e908 04.08: add inline funcs for pdisc + msg type bitmasks by Neels Hofmeyr · 8 years ago
  43. 419684e Supplementary Services (de)activation, interrogation added by Tobias Engel · 12 years ago
  44. 16ae51e ussd: Fix text of RELEASE COMPLETE by Alexander Huemer · 11 years ago
  45. 1d7f3b5 sms: Added result buffer size parameter to 7bit conv funs by Jacob Erlbeck · 11 years ago
  46. 9597555 Add special 7-bit encoding and decoding functions for USSD coding by Andreas Eversberg · 11 years ago
  47. 47aa482 gsm: Revert the gsm_7bit_encode changes as they are wrong by Holger Hans Peter Freyther · 11 years ago
  48. 2b0cac4 Fix: Handle returned length by gsm_7bit_encode correctly by Andreas Eversberg · 11 years ago
  49. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  50. fba495e This patch moves the GSM-specific functions to the new library by Pablo Neira Ayuso · 13 years ago[Renamed from src/gsm0480.c]
  51. c64970e gsm0480: Add method create own number response by Holger Hans Peter Freyther · 14 years ago
  52. 8c63326 ussd: gsm_7bit_decode will null terminate the string by Holger Hans Peter Freyther · 14 years ago 0.1.24
  53. d65a698 ussd: Make sure that we at least have 8 bytes when decoding the string by Holger Hans Peter Freyther · 14 years ago
  54. 7d0bce3 ussd: Add size checks to the parse_ss_invoke calls by Holger Hans Peter Freyther · 14 years ago
  55. 4156ec6 ussd: Make sure the component fits. by Holger Hans Peter Freyther · 14 years ago
  56. 49ad500 ussd: Work with uint16_t for the length by Holger Hans Peter Freyther · 14 years ago
  57. 8ac0486 ussd: Check the structure of the IE. by Holger Hans Peter Freyther · 14 years ago
  58. daa653f ussd: Add a test case, switch parsing to use a gsm48_hdr and len by Holger Hans Peter Freyther · 14 years ago
  59. 00cb570 gsm0480: Move the USSD parsing code to libosmocore by Holger Hans Peter Freyther · 14 years ago 0.1.23
  60. 55aea50 gsm0480: Add USSD format functions to libosmocore by Holger Hans Peter Freyther · 14 years ago 0.1.22