1. fd87ede sms charging: Implement SMS online ECUR charging based on 3GPP TS 32.274 by Ivan Klyuchnikov · 6 years ago
  2. c2891e4 sms charging: Add socket for connection to OCS for sms charging by Ivan Klyuchnikov · 6 years ago
  3. 34fda42 sms charging: Implement Session Id to support charging sessions by Ivan Klyuchnikov · 6 years ago
  4. 9507a7a handover: Implement proper handover procedure handling at any stage of the call by Ivan Kluchnikov · 7 years ago
  5. 8623c37 transaction: Add new function trans_find_by_lchan by Ivan Kluchnikov · 7 years ago
  6. ee594b1 handover_decision: Add more log messages to get more information about HO causes in logs by Ivan Kluchnikov · 7 years ago
  7. 688915a handover_decision: Fix condition for power budget handover attempt by Ivan Kluchnikov · 7 years ago
  8. 4cd6062 handover_logic: set correct link to bts for subscriber_connection in case of moving this connection to another bts by Ivan Kluchnikov · 7 years ago
  9. 37885be gsm_04_08: Implement support of placing an existing call on hold when another call comes in and switching to new call by Ivan Kluchnikov · 7 years ago
  10. 73c4ac2 gsm_04_08: Enable mncc_rtp_connect_pending flag for conn after receiving retrieve ind to be able to re-connect rtp by Ivan Kluchnikov · 7 years ago
  11. 9630a78 gsm_04_08: Add handling of rtp bridge mode in tch_recv_mncc function to avoid executing code which is used for rtp proxy mode by Ivan Kluchnikov · 7 years ago
  12. afaa728 libcommon: Fix log output for bts>0. by Alexander Chemeris · 7 years ago
  13. 28295c9 libmsc: Fix VTY output for handover counters. by Alexander Chemeris · 7 years ago
  14. 07e1182 Implement handover support for mncc bridge mode by Ivan Kluchnikov · 7 years ago
  15. 0e28273 ussd: Avoid crashing when no connection is present in the transaction by Ivan Kluchnikov · 7 years ago
  16. 785e8b8 fix: Include headers which were lost during rebase by Ivan Kluchnikov · 7 years ago
  17. 5788904 gsup: Update code after rebase to updated gsup implementation by Ivan Klyuchnikov · 7 years ago
  18. 362a757 osmo-nitb: Send purge ms to reg-proxy and handle response by Ivan Kluchnikov · 7 years ago
  19. 444a9b9 reg-proxy: Implement purge ms forwarding and handling by Ivan Kluchnikov · 7 years ago
  20. 8d8bedf gsm_04_08: Change reject cause for not "attached" subscribers from "destination out of order" to "no user responding" by Ivan Kluchnikov · 8 years ago
  21. 084a355 reg-proxy: fix osip transactions releasing procedure by Ivan Kluchnikov · 8 years ago
  22. 03bf40f reg-proxy: use osip_strdup function, because we should allocate memory for scheme and host values to be used in osip_uri_set_ functions by Ivan Kluchnikov · 8 years ago
  23. 842e599 reg-proxy: we shouldn't free call_id_num and seq_num_str, because they are used in osip_message and will be freed by osip_message_free function by Ivan Kluchnikov · 8 years ago
  24. 16e9c4a reg-proxy: free allocated ipa control messages in ipa_sock_server_cb function by Ivan Kluchnikov · 8 years ago
  25. fdee81b reg-proxy: free all allocated osip elements, messages and transactions by Ivan Kluchnikov · 8 years ago
  26. 582242d gsm_sup: check connection before use it, because it can be already closed by Ivan Kluchnikov · 8 years ago
  27. fb5a18d ussd_proxy: fix decoding GSM7 to latin1 by Sergey.Kostanbaev · 8 years ago
  28. 8a8703e fix incorrect autorebase by Sergey Kostanbaev · 8 years ago
  29. d68abba fixup after rebase by Sergey Kostanbaev · 8 years ago
  30. bbd3c7c reg-proxy: Implement handling LU responses without msisdn by Ivan Kluchnikov · 8 years ago
  31. 0a2a92a gsm_sup: Update subscriber info in database only if msisdn is received in LU response by Ivan Kluchnikov · 8 years ago
  32. a52726d msc: Increase value of location update timer to 10 sec by Ivan Kluchnikov · 8 years ago
  33. 8af593e sms: Route all sms from/to subscribers with extension length = 5 to local smsc by Ivan Kluchnikov · 8 years ago
  34. fb11fc1 sup: pass subscriber group parameter to subscr_get_by_extension function by Ivan Kluchnikov · 8 years ago
  35. 0904c1d sms: Use gsm411_rp_hdr structure instead of manual parsing of RP messages by Ivan Kluchnikov · 8 years ago
  36. c301ef4 sms: MO RP ACK and RP ERROR should be also forwarded to the sms socket by Ivan Kluchnikov · 8 years ago
  37. 59dc704 sms: In case of receiving MO RP-DATA, we should assign RP message reference value to transaction variable by Ivan Kluchnikov · 8 years ago
  38. e7dc282 sup: Fix RP header offset and RP data length calculations by Ivan Kluchnikov · 8 years ago
  39. 45fdb6a vty: Install sms_destination_cmd element as NITB_NODE by Ivan Kluchnikov · 8 years ago
  40. 3290663 sms: Add functions for forwarding/handling SMS in RP format to/from external application by Ivan Kluchnikov · 8 years ago
  41. b314380 sms: Add new socket for forwarding/receiving SMS in RP format to/from external application by Ivan Kluchnikov · 8 years ago
  42. 8bb11c9 trans: Add new parameter message reference for SMS and function for finding transaction by this reference by Ivan Kluchnikov · 8 years ago
  43. 933de8c send actual message in facility op (not initial) by Sergey Kostanbaev · 8 years ago
  44. c572ac8 add test for registerSS by Sergey.Kostanbaev · 8 years ago
  45. 53d1a91 set transaction_id from transaction data by Sergey.Kostanbaev · 8 years ago
  46. 2f749ef emulation for SS by Sergey Kostanbaev · 8 years ago
  47. 1727641 various bugs in ss reply by Sergey Kostanbaev · 8 years ago
  48. 234f671 add generation of src/ussd-proxy/Makefile by Sergey.Kostanbaev · 8 years ago
  49. 3e7a48c add forgotten files by Sergey.Kostanbaev · 8 years ago
  50. 9d53708 add forgotten file by Sergey Kostanbaev · 8 years ago
  51. da8c96e recovery latin1 USSD message, probably bad rebase by Sergey Kostanbaev · 8 years ago
  52. d4839fe manual merge SS from sup-ussd-on-master-ss-wip by Sergey.Kostanbaev · 8 years ago
  53. db0e216 msc: Implement 'remote-closed' authentication policy by Ivan Kluchnikov · 8 years ago
  54. 2d9f39e reg-proxy: Added configuration parameter for setting registration expiry time by Ivan Kluchnikov · 8 years ago
  55. e5e251c sup: fix handling update location result message by Ivan Kluchnikov · 9 years ago
  56. 991691f ussd_proxy: add content-type sip tag in bye for 3rd party software workaround by Sergey Kostanbaev · 9 years ago
  57. 955d880 ussd_proxy: add -x proxy option by Sergey Kostanbaev · 9 years ago
  58. 9a4936a ussd_proxy: add -7 option to force latin1 convertion to gsm 7-bit by Sergey Kostanbaev · 9 years ago
  59. 012c920 ussd: handle UCS-2 coding by Sergey Kostanbaev · 9 years ago
  60. 5087f99 libmsc: set proper length field in ASN.1 format for USSD internals by Sergey Kostanbaev · 9 years ago
  61. 420e4d4 libmsc: fix no return and use after free by Sergey Kostanbaev · 9 years ago
  62. a8f5696 ussd_proxy: handle reject from sup and send BYE to sip by Sergey Kostanbaev · 9 years ago
  63. b2679b8 ussd: send reject to sup by Sergey Kostanbaev · 9 years ago
  64. 0ce3516 ussd_proxy: add debug output when session is destroyed by Sergey Kostanbaev · 9 years ago
  65. 2b5eb8d libmsc: use message type as an entry point and handle release complete message by Sergey Kostanbaev · 9 years ago
  66. fd245fc ussd_proxy: fix reject after resultLast by Sergey Kostanbaev · 9 years ago
  67. 9f24671 ussd_proxy: add -l parameter to set loglevel in sip sofia by Sergey Kostanbaev · 9 years ago
  68. acddb2a ussd_proxy: remove dead code by Sergey Kostanbaev · 9 years ago
  69. 236d81f ussd_proxy: detailed help by Sergey Kostanbaev · 9 years ago
  70. 8e58f57 ussd_proxy: handle multiple USSD sessions by Sergey Kostanbaev · 9 years ago
  71. da0864d ussd_proxy: handle session timeout by Sergey Kostanbaev · 9 years ago
  72. fc96950 ussd_proxy: handle error callback by Sergey Kostanbaev · 9 years ago
  73. 1e4a954 ussd_proxy: handle USSD dialogs into sip INFO messages by Sergey Kostanbaev · 9 years ago
  74. 2f4878a ussd_proxy: handle basic errors to release channel by Sergey Kostanbaev · 9 years ago
  75. 70e6f2e ussd_proxy: properly set To and From SIP headers by Sergey Kostanbaev · 9 years ago
  76. be94198 Add forgotten Makefile by Sergey Kostanbaev · 9 years ago
  77. a363aa3 add standalone ussd_proxy utility based on sip sofia by Sergey Kostanbaev · 9 years ago
  78. 9fe68b0 libmsc: Add a comment to the HLR SUP socket creation. by Alexander Chemeris · 9 years ago
  79. 1c30463 libmsc: Create a separate SUP socket for USSD. by Alexander Chemeris · 9 years ago
  80. bcc2567 libmsc: Fix comment style. by Alexander Chemeris · 9 years ago
  81. 9242929 libmsc: Remove sup_init() to make SUP socket initialiaton generic. by Alexander Chemeris · 9 years ago
  82. a317e33 libmsc: Make internal functions 'static' in gsm_sup. by Alexander Chemeris · 9 years ago
  83. 76c7cec libmsc: Whitespace fix in gsm_sup.c, no code changes. by Alexander Chemeris · 9 years ago
  84. c701109 libmsc: Rename sup_client to hlr_sup_client in preparation for multiple SUP clients. by Alexander Chemeris · 9 years ago
  85. f5fe345 USSD MAP external interface over SUP by Sergey Kostanbaev · 9 years ago
  86. 07a5b12 Revert "ussd: Add band-aid for interrogationSS" by Ivan Klyuchnikov · 7 years ago
  87. dfeabbb reg-proxy: add application which allows translate SUP to SIP and SIP to SUP by Ivan Kluchnikov · 9 years ago
  88. 1371303 sup: Fix msisdn decoding by Ivan Kluchnikov · 9 years ago
  89. f7cb565 sup: Change status of waiting_for_remote_accept before checking subscriber by Ivan Kluchnikov · 9 years ago
  90. 014316f nitb: Integrate the SUP client into the osmo-nitb by Ivan Kluchnikov · 9 years ago
  91. b96f191 msc: Implement 'remote' authentication policy by Ivan Kluchnikov · 9 years ago
  92. adc6813 sup: Add functions to create/handle SUP messages by Ivan Kluchnikov · 9 years ago
  93. 8516d53 debug: Add DSUP debug category for subscriber update protocol by Ivan Kluchnikov · 9 years ago
  94. cc75a7f debian: build only osmo-nitb package - enable smpp support - disable the gbproxy test (failing) by Ivan Kluchnikov · 9 years ago
  95. 1c33b89 utils: Support new fields in the v1 of meas_feed in meas_json. by Alexander Chemeris · 9 years ago
  96. 077e62c utils: 'meas_json' utility to convert measurement feed into a JSON feed. by Alexander Chemeris · 9 years ago
  97. a78396d libbsc: Update a BTS's SIs when ms_max_power is changed from VTY. by Alexander Chemeris · 9 years ago
  98. e9c81d2 libmsc: Update 'max_power_red' VTY command. by Alexander Chemeris · 9 years ago
  99. 5ba6fb3 gprs/sgsn_vty: fix typo in comment by Alexander Couzens · 7 years ago
  100. 1013550 gprs/sgsn_mm_ctx_alloc(): initialize MM state to IDLE by Alexander Couzens · 7 years ago