1. 0bc3b83 GSMTAP: add SIM sub_types by Kévin Redon · 6 years ago
  2. 83361bd gprs_ns.h: Declare gprs_ns_cause_str() which already existed in c file by Harald Welte · 6 years ago
  3. 59f4caf add osmo_sockaddr_to_str_and_uint() by Neels Hofmeyr · 6 years ago
  4. 239ed3b ctrl: Introduce ctrl_cmd_parse3 API by Pau Espin Pedrol · 6 years ago
  5. f2cda62 gsm0808: Add value_string for encryption algorithms by Pau Espin Pedrol · 6 years ago
  6. cdd0581 gsm_08_08: gsm0808_permitted_speech does not have value strings by Philipp Maier · 6 years ago
  7. 5796a21 gsm_04_08: add function to get value string by Philipp Maier · 6 years ago
  8. 94c0031 Don't enforce Python 2 for utilities by Vadim Yanitskiy · 6 years ago
  9. bc568d0 osmo_panic(): Annotate as __attribute__ ((noreturn)) by Harald Welte · 6 years ago
  10. 459a180 Don't call abort() directly, always use osmo_panic() by Harald Welte · 6 years ago
  11. 60f3153 add and tweak inter-BSC HO API by Neels Hofmeyr · 6 years ago
  12. b1a35d6 gsm 04.80: Add value_string for component type and op code by Harald Welte · 6 years ago
  13. 6a6a609 gsup: Add value_string for Session State IE by Harald Welte · 6 years ago
  14. f1318fe Add function gprs_nsvc_state_append by Daniel Willmann · 6 years ago
  15. 520ebc1 gsup: Add osmo_gsup_get_err_msg_type() function by Harald Welte · 6 years ago
  16. 5a09f75 gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie() by Vadim Yanitskiy · 6 years ago
  17. 52e4412 gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag() by Vadim Yanitskiy · 6 years ago
  18. 11eb4b5 vty: Add logging_vty_add_deprecated_subsys by Harald Welte · 6 years ago
  19. 3385e4b fsm: Change semantics of LOGPFSML() log-level by Harald Welte · 6 years ago
  20. 94e4265 fix gsm0808_permitted_speech(): don't return HR3 for TCH_F + AMR by Neels Hofmeyr · 6 years ago
  21. 15a5f8d Add osmo_isqrt32() to compute 32bit integer square root by Harald Welte · 6 years ago
  22. 1fbe3eb tlv: Add TLVP_VAL_MINLEN() to obtain value _if_ length is >= minimum by Harald Welte · 6 years ago
  23. ebd362d gsm0808: Add value_string for LCLS related IEs by Harald Welte · 6 years ago
  24. 407df02 add osmo_fsm_inst_state_chg_keep_timer() by Neels Hofmeyr · 6 years ago
  25. 36c7b33 GSUP: introduce new messages for SS/USSD payloads by Vadim Yanitskiy · 6 years ago
  26. 7269604 GSUP: implement TCAP-like session management by Vadim Yanitskiy · 6 years ago
  27. 64e807c gsm0808: Add encoding functions for LCLS BSSMAP messages by Harald Welte · 6 years ago
  28. 2f51684 gsm_08_08.h: Add enum for LCLS config, control and status by Harald Welte · 6 years ago
  29. 07f075d ports.h: Add ctrl port for osmo-gbproxy by Daniel Willmann · 6 years ago
  30. 05d3278 Add enum gsm48_progress_desc by Keith · 6 years ago
  31. b662b36 add gsm0808_create_handover_request_ack() by Neels Hofmeyr · 6 years ago
  32. 70aba3f add support for gsm0808 HANDOVER REQUIRED message by Neels Hofmeyr · 6 years ago
  33. 38e5841 add gsm0808_cell_id_to_list() by Neels Hofmeyr · 6 years ago
  34. b418682 ctrl: Add doxygen API documentation; generate html from it by Harald Welte · 6 years ago
  35. adfa199 Add enum gsm48_cause_coding from GSM 04.08 Section 10.5.4.11 by Keith · 6 years ago
  36. 97d3da2 introduce vty_out_rate_ctr_group_fmt() function by Stefan Sperling · 6 years ago
  37. dfd8513 mncc: properly export osmo_mncc_name() by Harald Welte · 6 years ago
  38. 0062a5f fix spelling by Thorsten Alteholz · 6 years ago
  39. 9da77ab isdnhdlc: Port from kernel to userspace by Harald Welte · 6 years ago
  40. 85b9fba import isdn4linux HDLC code from linux kernel by Harald Welte · 6 years ago
  41. ea4d893 Add osmo_timerfd_* functions for osmo_fd-wrapped timerfd by Harald Welte · 7 years ago
  42. afacc2b add gsm0808 channel enum to IE val conversion functions by Neels Hofmeyr · 6 years ago
  43. dda1d45 define a constant for the max length of called party BCD IE by Stefan Sperling · 6 years ago
  44. 686eba9 control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cb by Pau Espin Pedrol · 6 years ago
  45. 9f39d89 gsm_08_58.h: introduce RSL_IE_ERIC_PAGING_GROUP by Alexander Couzens · 6 years ago
  46. 95959a8 gsm_08_58.h: Add Ericsson vendor-specific RSL message types by Pau Espin Pedrol · 6 years ago
  47. a4399c8 add gsm0808_cell_{id,id_list}_name() and friends by Neels Hofmeyr · 6 years ago
  48. 74e4ed6 tlv: add TLV_GET() and TLV_GET_MINLEN() by Neels Hofmeyr · 6 years ago
  49. 07bfd56 protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSD by Vadim Yanitskiy · 6 years ago
  50. 250e7f7 add gsm0808_{enc,dec}_cell_id by Neels Hofmeyr · 6 years ago
  51. a78b22b add tlv_parse2(), capable of multiple instances of the same IE by Neels Hofmeyr · 6 years ago
  52. 74663d9 add gsm0808_cell_id_list_add() to combine two cell identifier lists by Neels Hofmeyr · 6 years ago
  53. 4349620 add osmo_cgi_name() by Neels Hofmeyr · 6 years ago
  54. c62fc2d msgb: msgb_pull: Abort when pulling more than avail size by Pau Espin Pedrol · 6 years ago
  55. 9fa0912 msgb: msgb_get: Drop unneeded tmp var by Pau Espin Pedrol · 6 years ago
  56. bd6c8b5 deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  57. cefce66 fix issue on big endian architecture by Thorsten Alteholz · 6 years ago
  58. aead241 add gsm48_reject_value_names by Neels Hofmeyr · 6 years ago
  59. a64c45a add osmo_fsm_inst_update_id_f() by Neels Hofmeyr · 6 years ago
  60. 04eb56f add osmo_quote_str(),osmo_quote_str_buf() and test by Neels Hofmeyr · 6 years ago
  61. cdbc9af ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd) by Neels Hofmeyr · 6 years ago
  62. a24ead0 gsm0480: copy the raw USSD data, its DCS and length by Vadim Yanitskiy · 6 years ago
  63. 9fb7e3a gsm0480: document the 'ss_request' structure by Vadim Yanitskiy · 6 years ago
  64. dbb7659 gsm0808: Add value strings for BSSMAP cause codes by Philipp Maier · 6 years ago
  65. 3d8b47f fix logging talloc ctx: add osmo_init_logging2() by Neels Hofmeyr · 6 years ago
  66. 7e27b14 gsm_08_08: correct speech codec defaults by Philipp Maier · 6 years ago
  67. d86055b abis_nm: Introduce abis_nm_dump_foh() by Harald Welte · 6 years ago
  68. 11a4d9d support for more cell ID list types in libosmocore by Stefan Sperling · 6 years ago
  69. bf86d71 features: define osmo_bts_*_feature() as static inline by Philipp Maier · 6 years ago
  70. 4d68fd0 gsm23003: add osmo_mcc_from_str() by Neels Hofmeyr · 6 years ago
  71. 680acae features: move bts feature related functionality to libosmocore by Philipp Maier · 6 years ago
  72. ccfc387 introduce GSM_MCC_MNC_INVALID by Neels Hofmeyr · 6 years ago
  73. 87fade8 timer: Introduce osmo_clock_gettime to override clock_gettime by Pau Espin Pedrol · 6 years ago
  74. 721aa6d gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNC by Neels Hofmeyr · 6 years ago
  75. c4fce14 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  76. 8fd8557 core/logging.h: Add logging category for jitter buffer by Pau Espin Pedrol · 6 years ago
  77. 38c902b l1sap: Add fields for higher-precision timing offset values by Harald Welte · 6 years ago
  78. a57f90c l1sap: Add RSSI, BER and quarter-bit accurate timing to PH-RACH.ind by Harald Welte · 6 years ago
  79. 726ba36 core: Add timespec helper macros and make timer_compat.h public by Pau Espin Pedrol · 6 years ago
  80. 6950b19 coding: Add BER-reporting RACH decode functions by Harald Welte · 6 years ago
  81. 175a4ae rate_ctr: Add rate_ctr_inc2() as convenience wrapper by Harald Welte · 6 years ago
  82. 92decf2 Revert "Add function to encode classmark" by Harald Welte · 6 years ago
  83. 98a7a26 ports.h: Add VTY and CTRL ports for osmo-trx by Pau Espin Pedrol · 6 years ago
  84. d1f5793 fsm: allow graceful exit on FSM termination by Philipp Maier · 6 years ago
  85. b0c43a6 fsm: Add a function to change the FSM instance ID later by Daniel Willmann · 6 years ago
  86. 3c38e60 Add function to encode classmark by Max · 6 years ago
  87. ebf1492 Add generic Mobile Identity encoder by Max · 6 years ago
  88. eb18282 gsmtap.h: define TETRA DMO mode channels by allesklar2 · 6 years ago
  89. 1859515 Add helper functions for ACC bit flags in rach control IE. by Stefan Sperling · 6 years ago
  90. 5547808 Add GSM 04.08 type-of-number / numbering-plan-id definitions by Harald Welte · 6 years ago
  91. ebd2b0f osmo_msgbdump_{l2,l3}(): Proper typecast by Harald Welte · 6 years ago
  92. 5721770 msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message buffer by Harald Welte · 6 years ago
  93. 80f4c4e GSUP: change osmo_gsup_encode() return type by Max · 6 years ago
  94. 18c014d utils: add helper wrapper for osmo_strlcpy() by Max · 6 years ago
  95. f1076ed gsm48_hdr_msg_type(): SS is in the same group as MM/CC by Harald Welte · 6 years ago
  96. 143aed7 gsm48_hdr_msg_type[_r99]: Fix bit-masks by Harald Welte · 6 years ago
  97. cd82710 gsm_04_08.h: Reduce T310 default to 30s. by Harald Welte · 6 years ago
  98. e50b009 gsm_04_08.h: Clearly annotate timers that don't have a 3GPP Default value by Harald Welte · 6 years ago
  99. d60e17a SMS: Add value_string for TS 04.11 CP and RP state by Harald Welte · 6 years ago
  100. 2a06a49 fsm: add functions for unlinking and changing parents by Philipp Maier · 6 years ago