1. c4628a3 large refactoring: support inter-BSC and inter-MSC Handover by Neels Hofmeyr · 6 years ago
  2. 3acfe68 libmsc/gsm_04_80.c: add msc_send_ussd_release_complete_cause() by Vadim Yanitskiy · 5 years ago
  3. f20c6b7 libmsc/gsm_04_80.c: use gsm0480_create_release_complete() by Vadim Yanitskiy · 6 years ago
  4. a92025e fix build: apply msgb_wrap_with_TL() rename by Neels Hofmeyr · 5 years ago
  5. c036b79 rename gsm_subscriber_connection to ran_conn by Neels Hofmeyr · 6 years ago
  6. 48a595e Fix build with latest libosmocore by Max · 6 years ago
  7. 0622ef5 libmsc/gsm_09_11.c: clean up the local GSM 04.80 API by Vadim Yanitskiy · 6 years ago
  8. 5df4e4d libmsc/gsm_04_80.c: make the API abstract from ss_request struct by Vadim Yanitskiy · 6 years ago
  9. 635f98c libmsc/ussd.c: FIX: properly indicate errors by Vadim Yanitskiy · 6 years ago
  10. 12d221f libmsc/gsm_04_80.c: drop unused 'in_msg' argument by Vadim Yanitskiy · 6 years ago
  11. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  12. 84da6b1 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  13. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libmsc/gsm_04_80.c]
  14. 43273c6 factor out gen of USSD notify and release complete to libosmocore by Neels Hofmeyr · 8 years ago
  15. 5085e0b ussd: Add band-aid for interrogationSS by Holger Hans Peter Freyther · 8 years ago
  16. 8239e06 gsm0408: Provide unique strings for the gsm 04.08 message by Holger Hans Peter Freyther · 8 years ago
  17. 1f229b3 ussd: Move to use gsm_7bit_encode_n_ussd for USSD encoding by Holger Hans Peter Freyther · 10 years ago
  18. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  19. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  20. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/gsm_04_80.c]
  21. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/gsm_04_80.c]
  22. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  23. 8d380dc bsc_api: Change submit dtap to allow to automatically use the SACH by Holger Hans Peter Freyther · 14 years ago
  24. daa0fe7 ussd: Move the code libosmocore, increase the version number. by Holger Hans Peter Freyther · 14 years ago
  25. 12eb9b7 gsm_04_80: Require libosmocore for creating USSD messages by Holger Hans Peter Freyther · 14 years ago
  26. c0714b8 gsm0480: Reorder the includes, openbsc first, osmocore second by Holger Hans Peter Freyther · 14 years ago
  27. e731e1d gsm_04_80: Allow to specify the alert pattern for the notification by Holger Hans Peter Freyther · 14 years ago
  28. 44d0f19 gsm_04_80: Embed a ss_Code inside the NotifySS-ARG... by Holger Hans Peter Freyther · 14 years ago
  29. 68d2679 gsm_04_80: Send a Release Complete otherwise the USSD unit stays BUSY by Holger Hans Peter Freyther · 14 years ago
  30. e6373b7 gsm_04_80: Fix the size calculation of the 04.80 message.. by Holger Hans Peter Freyther · 14 years ago
  31. daf7534 gsm_04_80: Add untested code for USSD notification... by Holger Hans Peter Freyther · 14 years ago
  32. ac30cc8 gsm_04_80: Use msgb_push to get the verification code of msgb by Holger Hans Peter Freyther · 14 years ago
  33. b02c89e gsm_04_80: Add code to wrap a facility IE around. by Holger Hans Peter Freyther · 14 years ago
  34. 15ef17e gsm_04_80: Create a unstructuredSS-Notify message by Holger Hans Peter Freyther · 14 years ago
  35. ba81ab3 gsm_04_80: Use the return value of gsm_7bit_encode as length by Holger Hans Peter Freyther · 14 years ago
  36. 6a4b362 gsm0480: Implement a generic "invoke" wrapping for messages. by Holger Hans Peter Freyther · 14 years ago
  37. 680833e gsm0480: Attempt to encode a NotifySS-Arg with a username.. by Holger Hans Peter Freyther · 14 years ago
  38. 4f14064 clang: rc is not initialized in this USSD method. by Holger Hans Peter Freyther · 14 years ago
  39. d42c3f2 bsc_api: Remove the lchan from the USSD code... by Holger Hans Peter Freyther · 14 years ago
  40. 9c137a7 bsc_api: Move most of GSM0408 to the DTAP API... by Holger Hans Peter Freyther · 14 years ago
  41. 52e8da6 remove any reference to 'struct gsm_bts_link' by Harald Welte · 14 years ago
  42. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  43. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  44. 8c8f791 [USSD] more whitespace fixes by Harald Welte · 15 years ago
  45. 17e5f97 [USSD] whitespace fixes by Harald Welte · 15 years ago
  46. 2449b37 [USSD] various USSD improvements by Mike Haben · 15 years ago
  47. dc329a6 [USSD] eliminate static global variables by Mike Haben · 15 years ago
  48. 6307b85 whitespace fixes for the USSD code by Harald Welte · 15 years ago
  49. 6eafe91 Add USDD code from Mike Haben by Harald Welte · 15 years ago