1. 0e7349d use_count.h: Fix API doc example by Pau Espin Pedrol · 4 years ago
  2. bebec21 vty: Avoid ultra-long multi-line strings cluttering talloc reports by Harald Welte · 4 years ago
  3. 9b35e56 fixup for gsm0808_create_common_id(): add API doc, use new MI API by Neels Hofmeyr · 4 years ago
  4. 9a5d90a Revert "gsmtap_makemsg_ex: NULL for unknown chan_type" by Pau Espin Pedrol · 4 years ago
  5. ecbf5a1 gprs_ns.h: add missing prototype gprs_ns_rcvmsg() by Alexander Couzens · 4 years, 1 month ago
  6. bc1d715 lapd_core: After calling into L3, check if the state has changed by Harald Welte · 4 years ago
  7. 8617d09 lapd_core: Ensure we always have some tailroom by Harald Welte · 4 years ago
  8. db974f3 vty/ports.h: Add VTY port for osmo-e1d by Harald Welte · 4 years ago
  9. 78af6ba gprs_ns: Set sockaddr_in.sin_family for persistent NSVCs by Harald Welte · 4 years ago
  10. 2d3465f gprs_bssgp: Add bssgp_tx_bvc_reset2() by Harald Welte · 4 years ago
  11. 4247c94 api comment: fix example of osmo_mobile_identity_encode_msgb by Neels Hofmeyr · 4 years ago
  12. 1bd726a gsm0808: Add gsm0808_create_common_id() by Harald Welte · 4 years ago
  13. 1793334 bts_features.h: Introduce BTS_FEAT_PAGING_COORDINATION by Harald Welte · 4 years ago
  14. ed0445b gsm0502: add TDMA frame number constants and modular arithmetic by Vadim Yanitskiy · 4 years ago
  15. 30856ca gsm0408_test: allow deprecated API by Neels Hofmeyr · 4 years ago
  16. 83025bf add osmo_mobile_identity API by Neels Hofmeyr · 4 years, 1 month ago
  17. a13fb75 Revert "add osmo_mobile_identity API" by Harald Welte · 4 years ago
  18. d1ceca9 add osmo_mobile_identity API by Neels Hofmeyr · 4 years, 1 month ago
  19. 0b6a8c8 osmo_bcd2str: also validate start_nibble parameter by Neels Hofmeyr · 4 years, 1 month ago
  20. c71f771 tlv.h: add msgb_tvl_put() to add a TvLV without the value part by Neels Hofmeyr · 4 years, 1 month ago
  21. 7dde1f4 add gsm23236: MSC pooling: TMSI and NRI utility functions by Neels Hofmeyr · 4 years, 2 months ago
  22. 2908dbf gsm0808: fix endieness of call identifier by Philipp Maier · 4 years, 1 month ago
  23. ef5b9b6 lapd_core: Fix log line being about LAPD and not LAPDm by Harald Welte · 4 years, 1 month ago
  24. 00b2faf lapd/lapdm: print user-defined string name instead of (dl=%p) by Harald Welte · 4 years, 2 months ago
  25. 6894496 NS: replace use of gprs_nsvc_create() with gprs_nsvc_crate2() by Harald Welte · 4 years, 1 month ago
  26. 057122e NS: Optionally disable NS-{RESET,BLOCK,UNBLOCK} when using UDP/IP by Harald Welte · 4 years, 1 month ago
  27. 383b3bf bts_features: introduce osmo_bts_unset_feature() by Vadim Yanitskiy · 4 years, 1 month ago
  28. f8e153d bts_features: fix: properly check the result of bitvec_get_bit_pos() by Vadim Yanitskiy · 4 years, 1 month ago
  29. b795f03 Implement ITU-T I.460 multiplex / demultiplex by Harald Welte · 4 years, 2 months ago
  30. 6d67032 fix osmo_mi_name_c() to always return talloced strings, via osmo_mi_name_buf() by Neels Hofmeyr · 4 years, 1 month ago
  31. dacac99 api doc: clarify OSMO_NAME_C_IMPL() required FUNC_BUF signature by Neels Hofmeyr · 4 years, 1 month ago
  32. 512bf02 api doc: clarify 'returns' of gsm48_mi_to_string() by Neels Hofmeyr · 4 years, 1 month ago
  33. a299139 Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in by Oliver Smith · 4 years, 1 month ago
  34. 6370f5d contrib: integrate RPM spec by Oliver Smith · 4 years, 2 months ago
  35. 12f93be gsmtap_makemsg_ex: NULL for unknown chan_type by Oliver Smith · 4 years, 1 month ago
  36. cf70aa0 enable vty xml dumping to stdout by Neels Hofmeyr · 4 years, 2 months ago
  37. 22630e6 gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding. by Alexander Chemeris · 4 years, 2 months ago
  38. bfeeb1c contrib: import RPM spec by Oliver Smith · 4 years, 2 months ago
  39. 830b8db libosmogsm: add Doxygen docs for gsm0502_hop_seq_gen() by Harald Welte · 4 years, 2 months ago
  40. 63bee45 libosmogsm: import hopping sequence generation code by Sylvain Munaut · 4 years, 2 months ago
  41. 534f0f4 cosmetic: apply changes to match struct_endianess.py output by Neels Hofmeyr · 4 years, 2 months ago
  42. bd58697 struct_endianess.py: also recognise unnamed substructs by Neels Hofmeyr · 4 years, 2 months ago
  43. 12f109b add missing endian.h in gsm_23_041.h by Neels Hofmeyr · 4 years, 2 months ago
  44. 5785a4a codec: Add functions for AMR s->d bits and d->s bits by Harald Welte · 4 years, 2 months ago
  45. ddb7586 libosmogsm: cosmetic: add spaces before and after PRIu32 by Vadim Yanitskiy · 4 years, 2 months ago
  46. 2ac8f91 gsm0808_utils: Add gsm0808_get_cipher_reject_cause() back with a deprecation notice. by Alexander Chemeris · 4 years, 2 months ago
  47. ecfb0d6 gsm0808_utils: Fix gsm0808_cause_class() function by Alexander Chemeris · 4 years, 2 months ago
  48. fdfe25b gsm0808: Make a function to extract Cause IE publicly available. by Alexander Chemeris · 4 years, 2 months ago
  49. 3c0a87c gsm0505_amr_dtx: add missing value strings by Philipp Maier · 4 years, 2 months ago
  50. dc02c06 logging: do not allow multiple calls of log_init() by Philipp Maier · 4 years, 2 months ago
  51. dcad1c5 logging: use LOGL_NOTICE when no loglevel is set by Philipp Maier · 4 years, 3 months ago
  52. 555bb1b gsm_04_08.h: fix big endian structs by Neels Hofmeyr · 4 years, 2 months ago
  53. 6a90c72 exec: osmo_system_nowait2: initalize *pw pointer with NULL by Philipp Maier · 4 years, 2 months ago
  54. 3edd70c usb: Add osmo_libusb_find_open_claim() all-in-one API by Harald Welte · 4 years, 6 months ago
  55. 508fad9 README.md: We don't build libosmotrau. The latter is in libosmo-abis.git by Harald Welte · 4 years, 2 months ago
  56. ecc5233 README.md: fix typo (coore -> core) by Harald Welte · 4 years, 2 months ago
  57. a5b1b86 gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message. by Alexander Chemeris · 4 years, 2 months ago
  58. d05def0 Drop old BSC references in fd check configure option by Pau Espin Pedrol · 4 years, 2 months ago
  59. 0ae0fa1 statsd: fix rendering for groups with idx==0 by Kirill Zakharenko · 4 years, 2 months ago
  60. f5bdef4 stats: Change timer to timerfd to make it a true interval timer. by Alexander Chemeris · 4 years, 2 months ago
  61. dfebf40 stats: Support regular stats flush by Alexander Chemeris · 4 years, 2 months ago
  62. f203ed3 stats: Fix documentation for osmo_stats_set_interval() by Alexander Chemeris · 4 years, 2 months ago
  63. 161adee stats: Move cfg_stats_interval_cmd() function. by Alexander Chemeris · 4 years, 2 months ago
  64. e8ec214 select: Fix typo in a comment Osmcoom->Osmocom by Alexander Chemeris · 4 years, 2 months ago
  65. 3a6bedf sim: When decoding SW, take application specific SW into account by Harald Welte · 4 years, 3 months ago
  66. c9eab82 rest_octets: fix encoding of 3G Early Classmark Sending Restriction by Vadim Yanitskiy · 4 years, 2 months ago
  67. 9892945 gsm_29_118.h: Fix compilation with gcc-10 by Harald Welte · 4 years, 2 months ago
  68. 47eb4e1 configure.ac: Fix HAVE_CLOCK_GETTIME undef when func in -lrt by Pau Espin Pedrol · 4 years, 2 months ago
  69. d87d6f1 gsm_04_06.h: Remove repeated egprs header struct definitions by Pau Espin Pedrol · 4 years, 2 months ago
  70. 1f48b93 gsm0503_parity: Fix compilation with gcc-10 by Harald Welte · 4 years, 2 months ago
  71. 100e44e timerfd: call osmo_fd_unregister() when closing on read error by Harald Welte · 4 years, 2 months ago
  72. 06747d5 timer.c: make timers thread safe by Eric · 4 years, 2 months ago
  73. a70ac85 select.c: Introduce support for signalfd by Harald Welte · 4 years, 2 months ago
  74. f3cc731 exec: Introduce osmo_system_nowait2() to allow specify a user by Harald Welte · 4 years, 2 months ago
  75. e7d0d70 tests/coding_test: Fix test_pdtch() results by Pau Espin Pedrol · 4 years, 3 months ago
  76. ce28d2e tests/coding: Test decoding of DL EGPRS data packet by Pau Espin Pedrol · 4 years, 3 months ago
  77. e616cba ports.h: Add 4268 for UECUPS VTY by Harald Welte · 4 years, 2 months ago
  78. 898c9c6 dtx: add decoding for AMR-DTX frames by Philipp Maier · 4 years, 5 months ago
  79. 099c834 configure.ac: fix libtool issue with clang and sanitizer by Eric · 4 years, 3 months ago
  80. d1cd527 gsm0503_tables: Document USF encoding tables by Pau Espin Pedrol · 4 years, 3 months ago
  81. 63ebc36 gsm0503_coding: Fix USF encoding in MCS1-4 by Pau Espin Pedrol · 4 years, 3 months ago
  82. f62f073 gsm0503_coding: Fix misleading comment UL vs DL by Pau Espin Pedrol · 4 years, 3 months ago
  83. 9e713f3 coding: fix bit ordering in 11-bit RACH coding functions by Vadim Yanitskiy · 4 years, 3 months ago
  84. 41ce675 tests/coding: add 11-bit Access Burst samples from a real phone by Vadim Yanitskiy · 4 years, 3 months ago
  85. 8055cdd coding: fix documentation of PDTCH encoding functions by Vadim Yanitskiy · 4 years, 3 months ago
  86. 88c61c3 tests/coding: cosmetic: use ARRAY_SIZE() macro from utils.h by Vadim Yanitskiy · 4 years, 3 months ago
  87. 0f4919e tests/coding: reduce verbosity of 8-bit / 11-bit RACH coding tests by Vadim Yanitskiy · 4 years, 3 months ago
  88. ca466cf tests/coding: check return value of encoding / decoding functions by Vadim Yanitskiy · 4 years, 3 months ago
  89. 1705140 osmo-sim-test: Avoid double-close by Harald Welte · 4 years, 3 months ago
  90. 2954aa9 sim: Add HPSIM application support by Harald Welte · 4 years, 3 months ago
  91. e92f362 card_fs_{usim,isim}: Update to 15.7.0 / Release 15 by Harald Welte · 4 years, 3 months ago
  92. 58d173a osmo-sim-test: Also [attempt to] dump DF.GSM on USIM cards by Harald Welte · 4 years, 3 months ago
  93. 429adec sim: re-structure how we support cards + applications by Harald Welte · 4 years, 3 months ago
  94. bf90d74 sim: add osim_file_desc_find_aid() by Harald Welte · 4 years, 3 months ago
  95. 870f94d osmo-sim-test: Optionally dump card files to host filesystem by Harald Welte · 4 years, 3 months ago
  96. 8d934ef osmo-sim-test: don't print SW in successful case of dump_file() by Harald Welte · 4 years, 3 months ago
  97. 835ed96 osmo-sim-test: Use stderr for error messages by Harald Welte · 4 years, 3 months ago
  98. 2d284df card_fs_sim: Avoid '/' in file names by Harald Welte · 4 years, 3 months ago
  99. b8c1da1 sim: card_fs_usim.c: Fix FID of EF.EXT4 by Harald Welte · 4 years, 3 months ago
  100. 7bdb94b debian: Change python3 dependency to native arch by Maksim Aristov · 4 years, 3 months ago