1. 2d2e2cc Update doxygen annotations in libosmocore by Harald Welte · 8 years ago
  2. 0996c87 add new header file for TS 23.003 by Harald Welte · 8 years ago
  3. 64f38c0 import gsm_04_08_gprs.[ch] from openbsc.git by Harald Welte · 8 years ago
  4. 69e6c3c Add log_fini() function to release all memory allocated by logging framework by Harald Welte · 8 years ago
  5. eea18a6 add two missing files (gsm0503.h / conv_gen.py) to previous commit by Harald Welte · 8 years ago
  6. 84da22f Add code generator for convolutional codes by Max Suraev msuraev@sysmocom.de · 8 years ago
  7. 8a5346b Add function for appending range1024 to bitvec by Max · 8 years ago
  8. 1f9d818 Deprecate comp128 by Max · 8 years ago
  9. fdb3d8c Deprecate osmo_a5_1 and osmo_a5_2 by Max · 8 years ago
  10. bf990bb Update internal GPRS cipher API by Max · 8 years ago
  11. 402b9b0 Addditional classmark check against A5/4 support by Max · 8 years ago
  12. fbb8bfa Add function to get osmo_earfcn bit size by Max · 8 years ago
  13. d8fb142 Add ubit <-> sbit convertors by Max · 8 years ago
  14. 793a290 vty: Make a reservation for the osmo-sip-connector by Holger Hans Peter Freyther · 8 years ago
  15. 61f2888 select: Externalize fd_set filling and dispatch by Holger Hans Peter Freyther · 8 years ago
  16. fb348ee Export names for gsm_chan_t and gsm48_chan_mode by Max · 8 years ago
  17. 932d2d4 sim: make osim_reader_ops public by Harald Welte · 8 years ago
  18. 6c33ae2 Add new osmo_fd_get_by_fd() function by Harald Welte · 8 years ago
  19. 4acaa13 sim: add class_tables / card profiles by Harald Welte · 8 years ago
  20. 5bed23c add missing #include <stdbool.h> by Harald Welte · 8 years ago
  21. ea345cd Rename struct to better match libosmocore conventions by Max · 8 years ago
  22. 03309b5 Add basic EARFCN support by Max · 8 years ago
  23. d479321 Add function to add bits from array to bitvec by Max · 8 years ago
  24. bdccc1b gsm48: factor out MCC+MNC BCD parsing for re-use in UMTS by Neels Hofmeyr · 8 years ago
  25. da7bf4d 04.08: add inline funcs for transaction id bits by Neels Hofmeyr · 8 years ago
  26. c656fae 04.08: switch to r99 msg type bitmasks by default by Neels Hofmeyr · 8 years ago
  27. 282e908 04.08: add inline funcs for pdisc + msg type bitmasks by Neels Hofmeyr · 8 years ago
  28. c0d9a6c Add helper function to convert numerical BSSGP PDU type to string by Max · 8 years ago
  29. e859aec Add support for SI2quater messages by Max · 8 years ago
  30. 5ffb503 rename osim_file_find_* to osim_file_desc_find_* by Harald Welte · 8 years ago
  31. c28f4cd sim: Add osim_file_find_{fid,sfid}() functions by Harald Welte · 8 years ago
  32. a89d22c log: Add conditional logging based on log_check_level by Jacob Erlbeck · 9 years ago
  33. de6dd72 log: Add log_check_level function by Jacob Erlbeck · 9 years ago
  34. cda9885 fix gsm_7bit_decode API comment: septets, not octets by Neels Hofmeyr · 8 years ago
  35. 6a5ef46 Add byte printing macros by Max · 8 years ago
  36. f81eb32 vty: add ctrl section for Control interface bind address by Neels Hofmeyr · 8 years ago
  37. 4934309 add ctrl_interface_setup_dynip() for bind address by Neels Hofmeyr · 8 years ago
  38. 96172f0 vty: add bind command for telnet vty line by Neels Hofmeyr · 8 years ago
  39. cc00bf8 Extend L1SAP PH-DATA with presence information by Max · 8 years ago
  40. f78ec5c gb: Add bssgp_msgb_copy function by Jacob Erlbeck · 9 years ago
  41. 5c18e26 Add T4 bit map compression routines by Max · 8 years ago
  42. 0a59e98 Expand bitvec interface by Max · 8 years ago
  43. 8684714 Add CSCN ctrl port defs by Neels Hofmeyr · 8 years ago
  44. 620dfa6 add vty port nr for osmo-cscn by Neels Hofmeyr · 8 years ago
  45. a9301a1 bitvec: Test and fix regression for C++->C conversion by Holger Hans Peter Freyther · 8 years ago
  46. a15f05f Add bitvec-related functions from Osmo-PCU by Max · 8 years ago
  47. e49af08 bitvec: Fix interface to consistently use unsigned int by Max · 8 years ago
  48. f6d9f37 comment typo by Neels Hofmeyr · 8 years ago
  49. ff42b26 msgb: Assert len >= 0 in msgb_trim by Jacob Erlbeck · 9 years ago
  50. 5f349be bitvec: Add get/set byte sequences by Jacob Erlbeck · 9 years ago
  51. 8114294 gsm: Add APN conversion functions by Jacob Erlbeck · 9 years ago
  52. c959afd osmo_prim_op_names should be extern by Harald Welte · 9 years ago
  53. a2db75f Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE define by Harald Welte · 9 years ago
  54. 8db1134 msgb: Add msgb_test_invariant function by Jacob Erlbeck · 9 years ago
  55. cdd05f0 msgb: Add msgb_resize_area and msgb_copy by Jacob Erlbeck · 9 years ago
  56. 9e57a5a some comments / fixed typos by Neels Hofmeyr · 9 years ago
  57. fad5752 RSL: Add enum + TLV definitions for ip.access style embedded IEs by Harald Welte · 9 years ago
  58. 771a58f gsm_03_41: Fix structure definitions for big-endian machines by Ruben Undheim · 9 years ago
  59. ac4ed17 stats: Add OSMO prefix to STAT_ITEM_NOVALUE_ID by Jacob Erlbeck · 9 years ago
  60. af5bad5 stat: Explicitly support stat_items without unit by Jacob Erlbeck · 9 years ago
  61. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 9 years ago
  62. b6e6bea stats: Move statsd related code into a separate file by Jacob Erlbeck · 9 years ago
  63. a10ef29 use system-wide libtalloc with --enable-system-talloc by Harald Welte · 9 years ago
  64. 2b82c1c fix FSF address in sources/headers by Jaroslav Škarvada · 9 years ago
  65. aed7c12 stats: Send all values on reporter update by Jacob Erlbeck · 9 years ago
  66. 495b0db gprs-ns/stats: When the NSVCI is updated, update the stats counter by Holger Hans Peter Freyther · 9 years ago
  67. 59b90bc stats/vty: Add selective show stats command by Jacob Erlbeck · 9 years ago
  68. c337693 stats: Fix build on FreeBSD by Holger Hans Peter Freyther · 9 years ago
  69. 07cf861 gtphub: add OSMO_VTY_PORT_GTPHUB. by Neels Hofmeyr · 9 years ago
  70. 667e83d fix some typos by Neels Hofmeyr · 9 years ago
  71. 79125ec log: Add new DLSTATS log level by Jacob Erlbeck · 9 years ago
  72. bc9d9ac stats: Limit reporting by class id by Jacob Erlbeck · 9 years ago
  73. 34eec7d vty: Add reserved nodes to enum node_type by Jacob Erlbeck · 9 years ago
  74. fc9533d stats: Add osmo_ name prefix to identifiers by Jacob Erlbeck · 9 years ago
  75. bc4f7ae stats: Add log reporter by Jacob Erlbeck · 9 years ago
  76. 490b38f stats: Use function pointers in reporter objects by Jacob Erlbeck · 9 years ago
  77. ed197fd stats: Make net config optional by Jacob Erlbeck · 9 years ago
  78. d01acfc stats: Support statsd Multi-Metric Packets by Jacob Erlbeck · 9 years ago
  79. 80db4ec core: Add difference function to osmo_counter by Jacob Erlbeck · 9 years ago
  80. b1dbfb4 stats: Implement timer based reporting by Jacob Erlbeck · 9 years ago
  81. adc900e stats/vty: Add stats configuration by Jacob Erlbeck · 9 years ago
  82. 95bf8280 stats: Add the reporting framework by Jacob Erlbeck · 9 years ago
  83. 45513e6 stats/vty: Add stats_vty.c by Jacob Erlbeck · 9 years ago
  84. 7211fe1 stat/vty: Add vty_out_statistics_full to show all statistics by Jacob Erlbeck · 9 years ago
  85. e5b0fe2 core: Update osmo_counters_for_each doc by Jacob Erlbeck · 9 years ago
  86. c6a7108 stats: Add stat_item_for_each functions by Jacob Erlbeck · 9 years ago
  87. 423c1e5 core: Extend rate_ctr by helper functions by Jacob Erlbeck · 9 years ago
  88. b27b352 stats: Use a global index for stat item values by Jacob Erlbeck · 9 years ago
  89. 0a1400f ns: Add statistics for some events by Jacob Erlbeck · 9 years ago
  90. 738d9e2 stats: Add vty_out_stat_item_group by Jacob Erlbeck · 9 years ago
  91. 9732cb4 stats: Add stat_item for value monitoring by Jacob Erlbeck · 9 years ago
  92. c84851b comments by Neels Hofmeyr · 9 years ago
  93. 5eeb17a ipaccess: add OAP proto_ext (in design). by Neels Hofmeyr · 9 years ago
  94. 1a8c4e0 Introduce gsm48_mi_type_name() function by Harald Welte · 9 years ago
  95. 1f6aad1 Add G-RNTI derived TLLI types defined in 23.003 by Harald Welte · 9 years ago
  96. a9e5252 vty: Change API to have node installation be done by int by Holger Hans Peter Freyther · 9 years ago
  97. f558ed4 ipa: Properly parse LV stream of a ID_GET request by Holger Hans Peter Freyther · 9 years ago
  98. 908085c Add APN utility function to libosmogsm by Harald Welte · 10 years ago
  99. 9385d1e bssgp: Fix bssgp_tx_fc_bvc parameter type by Jacob Erlbeck · 9 years ago
  100. 780bba6 linuxlist: Remove casting of ptr from container_of macro by Holger Hans Peter Freyther · 9 years ago