1. 63e45e6 osmo_io: Make name optional, add _set_name() API by Pau Espin Pedrol · 1 year ago
  2. 2c59d12 gsm/ipa: Add segmentation callback by arehbein · 1 year, 3 months ago
  3. 5099d99 core/osmo_io: Fix reception of partial packets by arehbein · 1 year ago
  4. 7052cc6 socket: Ensure fd is not negative in osmo_sock_get_name_buf() by Daniel Willmann · 1 year ago
  5. c0aa4bd core/osmo_io: Rename variables for readability by arehbein · 1 year ago
  6. cb72e74 lapdm: Do not return an error when enqueuing a frame by Andreas Eversberg · 1 year, 1 month ago
  7. 0370018 Add support for receiving Bter UI frames at lapdm.c by Andreas Eversberg · 1 year, 2 months ago
  8. 6799741 Add support for sending Bter UI frames at lapdm.c by Andreas Eversberg · 1 year, 2 months ago
  9. 532b8e9 ASCI: Add message definition and encoding according to 3GPP TS 48.008 by Andreas Eversberg · 1 year, 1 month ago
  10. 8d42394 improve API for osmo_routing_area_id by Neels Hofmeyr · 1 year, 1 month ago
  11. eb9edba osmo_io: Remove osmo_iofd_read/write_enable/disable by Daniel Willmann · 1 year, 1 month ago
  12. 3ed8772 osmo_io: Don't make msg in write_cb const by Daniel Willmann · 1 year, 1 month ago
  13. 9864efc gsm48_rest_octets: fix wrong value by Eric · 1 year, 1 month ago
  14. 8bd9d5d libosmogsm: Add support for TUAK authentication algorithm by Harald Welte · 1 year, 1 month ago
  15. 9d5d355 libosmogsm: Avoid executing MILENAGE crypto twice (for UMTS and GSM) by Harald Welte · 1 year, 1 month ago
  16. 76f4c5c libosmogsm: Factor out the C2 derivation function by Harald Welte · 1 year, 1 month ago
  17. d8e5309 libosmogsm: Allow auth API caller to specify RES length by Harald Welte · 1 year, 1 month ago
  18. a9c91cc libosmogsm: Ensure MILENAGE + XOR-3G K length is 128 bit by Harald Welte · 1 year, 1 month ago
  19. 5248c47 libosmogsm: Add OSMO_ASSERT() to ensure correct algorithm by Harald Welte · 1 year, 1 month ago
  20. 08450c9 libosmogsm: Support authentication with 256-bit K and/or OP/OPc by Harald Welte · 1 year, 1 month ago
  21. 5c7336c ASCI: Add IE transcoding according to 3GPP TS 48.008 by Andreas Eversberg · 1 year, 2 months ago
  22. 19b0bb7 ASCI: Add 3GPP TS 44.068 and 44.069 protocol definitions by Andreas Eversberg · 1 year, 2 months ago
  23. 6e529a2 coding: gsm0503_tch_{fr,hr}_encode(): add ability to emit BFI by Mychaela N. Falconia · 1 year, 1 month ago
  24. 18e5af5 codec: new function osmo_hr_sid_reset() by Mychaela N. Falconia · 1 year, 1 month ago
  25. 2974a23 codec: new functions osmo_{fr,efr}_sid_reset() by Mychaela N. Falconia · 1 year, 1 month ago
  26. 945f6ce coding cosmetic: gsm0503_tch_{fr,hr}_encode(): remove extra spacing by Mychaela N. Falconia · 1 year, 1 month ago
  27. b04d59e coding: fix _tch_csd_burst_map(): do not overwrite FACCH by Vadim Yanitskiy · 1 year, 1 month ago
  28. b334022 coding: implement dedicated codec API for FACCH/[FH] by Vadim Yanitskiy · 1 year, 1 month ago
  29. 9a22827 coding: implement TCH/F9.6, TCH/[FH]4.8, TCH/H2.4, TCH/F14.4 by Vadim Yanitskiy · 1 year, 1 month ago
  30. 8fb5647 coding: fix API doc: TCH/AFS vs TCH/AHS by Vadim Yanitskiy · 1 year, 1 month ago
  31. 98431bb coding: fix API doc: TCH/H needs 6 bursts, not 8 by Vadim Yanitskiy · 1 year, 1 month ago
  32. 0e17d57 libosmocoding.map: export gsm0503_tch_hr_decode2() by Mychaela N. Falconia · 1 year, 1 month ago
  33. 57a3b3a gsm0503_tch_hr_decode2(): new function, emits TS101318 format by Mychaela N. Falconia · 1 year, 1 month ago
  34. 8d8d5af gsm0503_tch_hr_encode(): accept both TS101318 and RFC5993 payloads by Mychaela N. Falconia · 1 year, 1 month ago
  35. 920c0ed gsm0503_tch_hr_decode(): look at all 8 stealing bits by Mychaela N. Falconia · 1 year, 1 month ago
  36. 1192687 Add osmo_gsm48_si1ro_nch_pos_{encode,decode} functions by Harald Welte · 1 year, 2 months ago
  37. 548990b coding: gsm0503_tch_f96_[de]interleave() not applicable to TCH/F2.4 by Vadim Yanitskiy · 1 year, 1 month ago
  38. c0305b6 coding: use GSM_MACBLOCK_LEN gsm0503_tch_fr_decode() by Vadim Yanitskiy · 1 year, 1 month ago
  39. cbbd17e osmo_io: Support detecting non-blocking connect() by Daniel Willmann · 1 year, 1 month ago arehbein/osmo_io_ipa
  40. d4d0370 osmo_io: Improve handling and documentation of segmentation_cb by Daniel Willmann · 1 year, 1 month ago
  41. 0c374c6 core: Add function to update osmo_io_ops field for osmo_io_fd by arehbein · 1 year, 2 months ago
  42. 03590fc copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH by Vadim Yanitskiy · 1 year, 1 month ago
  43. f3e4745 coding: fix decoding of EFR triplicated bits by Mychaela N. Falconia · 1 year, 1 month ago
  44. d9d61b0 cosmetic: codec/Makefile.am: list sources one file per line by Pau Espin Pedrol · 1 year, 1 month ago
  45. 5eb356b codec: replace GSM-FR ECU with new implementation by Mychaela N. Falconia · 1 year, 2 months ago
  46. 8fa13c6 codec cosmetic: move old FR ECU code to ecu_fr_old.c by Mychaela N. Falconia · 1 year, 2 months ago
  47. 8f026bf ns2: Count transmitted/dropped in each layer implementation by Pau Espin Pedrol · 1 year, 2 months ago
  48. fa3a9ce gpsr_ns2_udp: Use osmo_io_fd instead of osmo_fd by Daniel Willmann · 1 year, 7 months ago
  49. fed02e0 coding: fix doxygen doc for _xcch_encode_cB() by Vadim Yanitskiy · 1 year, 1 month ago
  50. a4b958b osmo_io: Avoid read of uninitialized variable by Daniel Willmann · 1 year, 2 months ago
  51. f86ec50 codec: add osmo_gsm611_silence_frame[] datum by Mychaela N. Falconia · 1 year, 2 months ago
  52. 8857f3b Add osmo_io with initial poll backend by Harald Welte · 1 year, 7 months ago
  53. 9965304 core: Check return value of osmo_fd_register() by arehbein · 1 year, 2 months ago
  54. e25786a gsm: add osmo_mobile_identity_decode_from_l3_buf() by Neels Hofmeyr · 1 year, 2 months ago
  55. e4b8473 vty: move struct vty_parent_node to private API by Neels Hofmeyr · 1 year, 2 months ago
  56. 67d84d2 vty: fix vty->index for implicit go_parent_node by Neels Hofmeyr · 1 year, 2 months ago
  57. beb7c17 Fix 'Fix parsing of TLV_TYPE_SINGLE_TV' by Pau Espin Pedrol · 1 year, 2 months ago
  58. f6ef9ba gb: ns2: Rename parameter name in gprs_ns2_nsvc_by_sockaddr_bind() by Pau Espin Pedrol · 1 year, 2 months ago
  59. 68d5139 libosmocore.map: add missing symbols needed for osmo-qcdiag by Vadim Yanitskiy · 1 year, 2 months ago
  60. 295636b codec: add SID preening functions for FR & EFR by Mychaela N. Falconia · 1 year, 2 months ago
  61. ec65085 codec: add SID classification functions per GSM 06.31 & 06.81 by Mychaela N. Falconia · 1 year, 2 months ago
  62. 37dc995 core: remove unnecessary #include <osmocom/core/talloc.h> by Vadim Yanitskiy · 1 year, 3 months ago
  63. 48c60f9 fixup (partial revert): "coding: clean up Makefile.am" by Vadim Yanitskiy · 1 year, 3 months ago
  64. 7f91880 codec: add osmo_efr_check_sid() function by Mychaela N. Falconia · 1 year, 3 months ago
  65. 5e3aaf9 gsmtap.h: Define a packet type for encapsulation of GSM RLP frames by Harald Welte · 1 year, 4 months ago
  66. 173c84c gsm_04_08: add more enum gsm48_chan_mode data values by Vadim Yanitskiy · 1 year, 3 months ago
  67. 1c88ff9 gsm_04_08: add more enum gsm48_chan_mode speech values by Vadim Yanitskiy · 1 year, 3 months ago
  68. 559a6ee Fix parsing of TLV_TYPE_SINGLE_TV by Pau Espin Pedrol · 1 year, 3 months ago
  69. 25127fb isdn: fix identical operands in v110_adapt_IR8000_to_2400() by Vadim Yanitskiy · 1 year, 3 months ago
  70. 0a60e42 gsmtap: add missing entries to gsmtap_type_names[] by Vadim Yanitskiy · 1 year, 4 months ago
  71. 5761c44 error log: osmo_sock_init2_multiaddr() v4/v6 mix by Neels Hofmeyr · 3 years, 9 months ago
  72. b46cfba on_dso_load_select: run after on_dso_load_ctx by Oliver Smith · 1 year, 4 months ago
  73. fc37650 logging.c: Sanitize calls to osmo_fd_unregister() by Pau Espin Pedrol · 1 year, 4 months ago
  74. 6fd7f41 select.c: osmo_fd_unregister(): Avoid assert hit with old buggy users of the API by Pau Espin Pedrol · 1 year, 4 months ago
  75. 25729cf select.c: Clarify osmo_fd_unregister() can only be called on registered osmo_fds by Pau Espin Pedrol · 1 year, 4 months ago
  76. 153519f select.c: Clarify osmo_fd_(un)register() API expectations of registered fd by Pau Espin Pedrol · 1 year, 4 months ago
  77. c46a15d select: Optimize osmo_fd_get_by_fd by Pau Espin Pedrol · 1 year, 4 months ago
  78. 9dca902 coding: clean up Makefile.am by Vadim Yanitskiy · 1 year, 4 months ago
  79. 040548f logging: Unregister osmo_fd before closing fd by Pau Espin Pedrol · 1 year, 4 months ago
  80. 8d1532a cosmetic: stats_tcp: Fix typo in comment by Pau Espin Pedrol · 1 year, 4 months ago
  81. c4cfb80 gsm: TS 44.021 modified V.110 frame encoding/decoding support by Harald Welte · 1 year, 7 months ago
  82. 065dab8 isdn: Add V.110 encoder/decoder by Harald Welte · 1 year, 7 months ago
  83. 573f2fa fix _thread order by Eric · 1 year, 6 months ago
  84. c952776 Makefile.am: Make libraries depend on .map files by Harald Welte · 1 year, 4 months ago
  85. 3e5609a gsm: gsm_gsmtime2fn(): constify param by Pau Espin Pedrol · 1 year, 4 months ago
  86. d4d78bc libosmocore.map: Add two missing entries for gsmtap*2() API by Harald Welte · 1 year, 4 months ago
  87. 593d20d add gsm0808_amr_modes_from_cfg by Neels Hofmeyr · 1 year, 10 months ago
  88. 64277a0 doxygen: fix various typos in commands \param and \returns by Vadim Yanitskiy · 1 year, 4 months ago
  89. 5566b2e libosmocore.map: add tall_{ctr/msgb}_ctx by Oliver Smith · 1 year, 4 months ago
  90. edb5f33 GSMTAP: add missing parameter docstrings by Max · 1 year, 4 months ago
  91. 213fc42 Add libosmocore.map by Daniel Willmann · 1 year, 5 months ago
  92. 57d4fae gsm0808_enc/dec_channel_type: fix transparent flag by Oliver Smith · 1 year, 4 months ago
  93. 6345333 Interleaving for CSD by Harald Welte · 4 years, 5 months ago
  94. 7184511 gsm: use OSMO_ASSERT() in osmo_iuup_msgb_alloc_c() by Vadim Yanitskiy · 1 year, 4 months ago
  95. 65e0edc convolutional coding for CSD by Harald Welte · 4 years, 5 months ago
  96. 7b9b307 gsm/{bsslap,bssmap_le}: zero-initialize structs using memset() by Vadim Yanitskiy · 1 year, 4 months ago
  97. 82001eb gsm: ensure completeness of osmo_bts_features_{descs,names}[] by Vadim Yanitskiy · 1 year, 4 months ago
  98. f4f5d54 gsm: add missing features to osmo_bts_features_names[] by Vadim Yanitskiy · 1 year, 4 months ago
  99. 9b7c9ae Rename OSMO_AUTH_ALG_XOR to OSMO_AUTH_ALG_XOR_3G by Harald Welte · 1 year, 4 months ago
  100. e93c5e9 Implement the XOR-2G authentication algorithm by Harald Welte · 1 year, 4 months ago