1. 4acaa13 sim: add class_tables / card profiles by Harald Welte · 8 years ago
  2. 5bed23c add missing #include <stdbool.h> by Harald Welte · 8 years ago
  3. ea345cd Rename struct to better match libosmocore conventions by Max · 8 years ago
  4. 03309b5 Add basic EARFCN support by Max · 8 years ago
  5. d479321 Add function to add bits from array to bitvec by Max · 8 years ago
  6. bdccc1b gsm48: factor out MCC+MNC BCD parsing for re-use in UMTS by Neels Hofmeyr · 8 years ago
  7. da7bf4d 04.08: add inline funcs for transaction id bits by Neels Hofmeyr · 8 years ago
  8. c656fae 04.08: switch to r99 msg type bitmasks by default by Neels Hofmeyr · 8 years ago
  9. 282e908 04.08: add inline funcs for pdisc + msg type bitmasks by Neels Hofmeyr · 8 years ago
  10. c0d9a6c Add helper function to convert numerical BSSGP PDU type to string by Max · 8 years ago
  11. e859aec Add support for SI2quater messages by Max · 8 years ago
  12. 5ffb503 rename osim_file_find_* to osim_file_desc_find_* by Harald Welte · 8 years ago
  13. c28f4cd sim: Add osim_file_find_{fid,sfid}() functions by Harald Welte · 8 years ago
  14. a89d22c log: Add conditional logging based on log_check_level by Jacob Erlbeck · 9 years ago
  15. de6dd72 log: Add log_check_level function by Jacob Erlbeck · 9 years ago
  16. cda9885 fix gsm_7bit_decode API comment: septets, not octets by Neels Hofmeyr · 8 years ago
  17. 6a5ef46 Add byte printing macros by Max · 8 years ago
  18. f81eb32 vty: add ctrl section for Control interface bind address by Neels Hofmeyr · 8 years ago
  19. 4934309 add ctrl_interface_setup_dynip() for bind address by Neels Hofmeyr · 8 years ago
  20. 96172f0 vty: add bind command for telnet vty line by Neels Hofmeyr · 8 years ago
  21. cc00bf8 Extend L1SAP PH-DATA with presence information by Max · 8 years ago
  22. f78ec5c gb: Add bssgp_msgb_copy function by Jacob Erlbeck · 9 years ago
  23. 5c18e26 Add T4 bit map compression routines by Max · 8 years ago
  24. 0a59e98 Expand bitvec interface by Max · 8 years ago
  25. 8684714 Add CSCN ctrl port defs by Neels Hofmeyr · 8 years ago
  26. 620dfa6 add vty port nr for osmo-cscn by Neels Hofmeyr · 8 years ago
  27. a9301a1 bitvec: Test and fix regression for C++->C conversion by Holger Hans Peter Freyther · 8 years ago
  28. a15f05f Add bitvec-related functions from Osmo-PCU by Max · 8 years ago
  29. e49af08 bitvec: Fix interface to consistently use unsigned int by Max · 8 years ago
  30. f6d9f37 comment typo by Neels Hofmeyr · 8 years ago
  31. ff42b26 msgb: Assert len >= 0 in msgb_trim by Jacob Erlbeck · 9 years ago
  32. 5f349be bitvec: Add get/set byte sequences by Jacob Erlbeck · 9 years ago
  33. 8114294 gsm: Add APN conversion functions by Jacob Erlbeck · 9 years ago
  34. c959afd osmo_prim_op_names should be extern by Harald Welte · 9 years ago
  35. a2db75f Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE define by Harald Welte · 9 years ago
  36. 8db1134 msgb: Add msgb_test_invariant function by Jacob Erlbeck · 9 years ago
  37. cdd05f0 msgb: Add msgb_resize_area and msgb_copy by Jacob Erlbeck · 9 years ago
  38. 9e57a5a some comments / fixed typos by Neels Hofmeyr · 9 years ago
  39. fad5752 RSL: Add enum + TLV definitions for ip.access style embedded IEs by Harald Welte · 9 years ago
  40. 771a58f gsm_03_41: Fix structure definitions for big-endian machines by Ruben Undheim · 9 years ago
  41. ac4ed17 stats: Add OSMO prefix to STAT_ITEM_NOVALUE_ID by Jacob Erlbeck · 9 years ago
  42. af5bad5 stat: Explicitly support stat_items without unit by Jacob Erlbeck · 9 years ago
  43. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 9 years ago
  44. b6e6bea stats: Move statsd related code into a separate file by Jacob Erlbeck · 9 years ago
  45. a10ef29 use system-wide libtalloc with --enable-system-talloc by Harald Welte · 9 years ago
  46. 2b82c1c fix FSF address in sources/headers by Jaroslav Škarvada · 9 years ago
  47. aed7c12 stats: Send all values on reporter update by Jacob Erlbeck · 9 years ago
  48. 495b0db gprs-ns/stats: When the NSVCI is updated, update the stats counter by Holger Hans Peter Freyther · 9 years ago
  49. 59b90bc stats/vty: Add selective show stats command by Jacob Erlbeck · 9 years ago
  50. c337693 stats: Fix build on FreeBSD by Holger Hans Peter Freyther · 9 years ago
  51. 07cf861 gtphub: add OSMO_VTY_PORT_GTPHUB. by Neels Hofmeyr · 9 years ago
  52. 667e83d fix some typos by Neels Hofmeyr · 9 years ago
  53. 79125ec log: Add new DLSTATS log level by Jacob Erlbeck · 9 years ago
  54. bc9d9ac stats: Limit reporting by class id by Jacob Erlbeck · 9 years ago
  55. 34eec7d vty: Add reserved nodes to enum node_type by Jacob Erlbeck · 9 years ago
  56. fc9533d stats: Add osmo_ name prefix to identifiers by Jacob Erlbeck · 9 years ago
  57. bc4f7ae stats: Add log reporter by Jacob Erlbeck · 9 years ago
  58. 490b38f stats: Use function pointers in reporter objects by Jacob Erlbeck · 9 years ago
  59. ed197fd stats: Make net config optional by Jacob Erlbeck · 9 years ago
  60. d01acfc stats: Support statsd Multi-Metric Packets by Jacob Erlbeck · 9 years ago
  61. 80db4ec core: Add difference function to osmo_counter by Jacob Erlbeck · 9 years ago
  62. b1dbfb4 stats: Implement timer based reporting by Jacob Erlbeck · 9 years ago
  63. adc900e stats/vty: Add stats configuration by Jacob Erlbeck · 9 years ago
  64. 95bf8280 stats: Add the reporting framework by Jacob Erlbeck · 9 years ago
  65. 45513e6 stats/vty: Add stats_vty.c by Jacob Erlbeck · 9 years ago
  66. 7211fe1 stat/vty: Add vty_out_statistics_full to show all statistics by Jacob Erlbeck · 9 years ago
  67. e5b0fe2 core: Update osmo_counters_for_each doc by Jacob Erlbeck · 9 years ago
  68. c6a7108 stats: Add stat_item_for_each functions by Jacob Erlbeck · 9 years ago
  69. 423c1e5 core: Extend rate_ctr by helper functions by Jacob Erlbeck · 9 years ago
  70. b27b352 stats: Use a global index for stat item values by Jacob Erlbeck · 9 years ago
  71. 0a1400f ns: Add statistics for some events by Jacob Erlbeck · 9 years ago
  72. 738d9e2 stats: Add vty_out_stat_item_group by Jacob Erlbeck · 9 years ago
  73. 9732cb4 stats: Add stat_item for value monitoring by Jacob Erlbeck · 9 years ago
  74. c84851b comments by Neels Hofmeyr · 9 years ago
  75. 5eeb17a ipaccess: add OAP proto_ext (in design). by Neels Hofmeyr · 9 years ago
  76. 1a8c4e0 Introduce gsm48_mi_type_name() function by Harald Welte · 9 years ago
  77. 1f6aad1 Add G-RNTI derived TLLI types defined in 23.003 by Harald Welte · 9 years ago
  78. a9e5252 vty: Change API to have node installation be done by int by Holger Hans Peter Freyther · 9 years ago
  79. f558ed4 ipa: Properly parse LV stream of a ID_GET request by Holger Hans Peter Freyther · 9 years ago
  80. 908085c Add APN utility function to libosmogsm by Harald Welte · 10 years ago
  81. 9385d1e bssgp: Fix bssgp_tx_fc_bvc parameter type by Jacob Erlbeck · 9 years ago
  82. 780bba6 linuxlist: Remove casting of ptr from container_of macro by Holger Hans Peter Freyther · 9 years ago
  83. 0f40ae1 osmo_static_assert: Put back the typedef in the code by Holger Hans Peter Freyther · 9 years ago
  84. c2b4458 sim: Use extern for these structs to generate a linkage by Holger Hans Peter Freyther · 9 years ago
  85. 8d192d7 ns: Log when sending fails (Coverity) by Jacob Erlbeck · 9 years ago
  86. f8699ca gsm: Add A5/3-4 cipher support by Max · 9 years ago
  87. 249a81b endian: Be able to detect endian on GNU and BSD by Holger Hans Peter Freyther · 9 years ago
  88. 36153dc bssgp: Handle BSSGP STATUS messages by Jacob Erlbeck · 9 years ago
  89. f6a0ceb core/gsmtap: LTE RRC message types and LTE MAC define by altaf · 9 years ago
  90. 419684e Supplementary Services (de)activation, interrogation added by Tobias Engel · 12 years ago
  91. c13cf8b SMS-CB: introduce and use GSM341_7BIT_PADDING by Harald Welte · 10 years ago
  92. 61ced83 SMS-CB: Add #defines for maximum block/msg size and payload chars by Harald Welte · 10 years ago
  93. be4bbeb add missing gsm0341.h by Harald Welte · 10 years ago
  94. 783d073 add gsm0341_test to generate SMSCB hex strings by Harald Welte · 10 years ago
  95. a19717a Add Cell Broadcast MSGIDs from TS 23.041 v12.6.0 Release 12 by Harald Welte · 10 years ago
  96. c8c3309 bitvec: Fix typo in the csn1 encoding code by Holger Hans Peter Freyther · 10 years ago
  97. 1b12d16 libosmo-gsm: Add PCHAN/LCHAN types for CBCH by Harald Welte · 10 years ago
  98. 3cd6753 ipa: Add forward declaration of struct osmo_fd by Jacob Erlbeck · 10 years ago
  99. 4448048 ipa: Make a reservation for the GSUP protocol by Holger Hans Peter Freyther · 10 years ago
  100. 2d6ad13 logging: Make it possible to print category/subsys and timestamps by Holger Hans Peter Freyther · 10 years ago