1. c262831 GSUP/SMS: introduce MO-/MT-FORWARD-SM messages by Vadim Yanitskiy · 6 years ago
  2. 7918f84 LCLS, TS 29.205: add GCR routines by Max · 5 years ago
  3. e190e03 gsm29118: add generator functions for GSM29118 messages by Philipp Maier · 5 years ago
  4. 6721144 SGsAP protocol definitions (header + C file) by Harald Welte · 6 years ago
  5. ba0762d logging vty: rewrite 'logging level' vty cmd generation by Neels Hofmeyr · 6 years ago
  6. fdd366e import oap_client into libosmogsm by Harald Welte · 6 years ago
  7. 94c0031 Don't enforce Python 2 for utilities by Vadim Yanitskiy · 6 years ago
  8. 9da77ab isdnhdlc: Port from kernel to userspace by Harald Welte · 6 years ago
  9. 680acae features: move bts feature related functionality to libosmocore by Philipp Maier · 6 years ago
  10. 726ba36 core: Add timespec helper macros and make timer_compat.h public by Pau Espin Pedrol · 6 years ago
  11. 40def49 libosmocodec: implement ECU (Error Concealment Unit) for FR by Philipp Maier · 6 years ago
  12. 6cb9e7d libosmocodec: add FR bit offset definitions by Philipp Maier · 6 years ago
  13. 216338c Rename 'statistics.c' to 'counter.c' by Harald Welte · 7 years ago
  14. 1389e86 Add pseudo-random bit sequence generator to libosmcoore by Harald Welte · 7 years ago
  15. 2956737 Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014 by Harald Welte · 7 years ago
  16. 7af6d22 sercomm: Include in libosmocore Makefile by Harald Welte · 7 years ago
  17. 3318c65 introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs} by Harald Welte · 7 years ago
  18. 2240143 gsm0808: Add utils for AoIP Transport Layer Address by Philipp Maier · 7 years ago
  19. f444600 build: fix build dependencies for generated sources by Neels Hofmeyr · 7 years ago
  20. 9e4c170 build: generate gsm0503.h to builddir, not srcdir by Neels Hofmeyr · 7 years ago
  21. 3262f82 libosmocoding: migrate transcoding routines from OsmoBTS by Vadim Yanitskiy · 8 years ago
  22. 77a5b09 gsm0503.h: generate header automatically by Vadim Yanitskiy · 7 years ago
  23. c0f0007 import oap message parsing / encoding from openbsc.git; AGPL->GPL by Harald Welte · 8 years ago
  24. 9a5bbf3 egprs: Add CPS tables from TS 04.60 by Tom Tsou · 8 years ago
  25. 9394dbd Add EGPRS RLC/MAC headers from 3GPP TS 04.60 by Tom Tsou · 8 years ago
  26. 4f16950 Add GEA3 & GEA4 ciphers by Max · 8 years ago
  27. 136e737 Add Finite State Machine abstraction code by Harald Welte · 8 years ago
  28. bda26c0 Add structures defining decoded TS 23.003 identities by Harald Welte · 8 years ago
  29. 3b6fb08 import gprs_gsup_message.[ch] from openbsc as gsup.[ch] by Harald Welte · 8 years ago 0.9.4
  30. 0996c87 add new header file for TS 23.003 by Harald Welte · 8 years ago
  31. 64f38c0 import gsm_04_08_gprs.[ch] from openbsc.git by Harald Welte · 8 years ago
  32. 84da22f Add code generator for convolutional codes by Max Suraev msuraev@sysmocom.de · 8 years ago
  33. 8a5346b Add function for appending range1024 to bitvec by Max · 8 years ago
  34. 4acaa13 sim: add class_tables / card profiles by Harald Welte · 8 years ago
  35. f81eb32 vty: add ctrl section for Control interface bind address by Neels Hofmeyr · 8 years ago
  36. 5c18e26 Add T4 bit map compression routines by Max · 8 years ago
  37. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 8 years ago
  38. a10ef29 use system-wide libtalloc with --enable-system-talloc by Harald Welte · 9 years ago
  39. 95bf8280 stats: Add the reporting framework by Jacob Erlbeck · 9 years ago
  40. 45513e6 stats/vty: Add stats_vty.c by Jacob Erlbeck · 9 years ago
  41. 9732cb4 stats: Add stat_item for value monitoring by Jacob Erlbeck · 9 years ago
  42. 908085c Add APN utility function to libosmogsm by Harald Welte · 10 years ago
  43. 249a81b endian: Be able to detect endian on GNU and BSD by Holger Hans Peter Freyther · 9 years ago
  44. 419684e Supplementary Services (de)activation, interrogation added by Tobias Engel · 12 years ago
  45. 783d073 add gsm0341_test to generate SMSCB hex strings by Harald Welte · 9 years ago
  46. d54c2ee initial checkin of 'libosmosim' by Harald Welte · 12 years ago
  47. c7947ed New <osmocom/ctrl/ports.h> file listing tcp ports for CTRL interface by Harald Welte · 10 years ago
  48. 3ff81b1 libctrl: autotools build system integration by Harald Welte · 10 years ago
  49. 28570a4 new <osmocom/vty/ports.h> file listing VTY tcp ports by Harald Welte · 10 years ago
  50. e391996 ipa: rename functions for consistency by Harald Welte · 10 years ago
  51. 28aa991 import various generic IPA related functions from libosmo-abis by Harald Welte · 10 years ago
  52. 40d56f9 osmocore: Add function osmo_macaddr_parse() to parse ETH MAC address by Harald Welte · 10 years ago
  53. 579a710 gsm: Add Kasumi cipher implementation by Sylvain Munaut · 10 years ago
  54. 5377701 core: Add generic LE/BE load/store uint type convertors and use them in msgb by Max · 10 years ago
  55. be355cd implement COMP128 version 2 and 3 A3/A8 algorithm by Kevin Redon · 11 years ago
  56. 4d7e49b sms: Implement encoding the address as alphanumeric type by Holger Hans Peter Freyther · 11 years ago
  57. 6b26218 core: Move OSMO_DEPRECATED to new core/defs.h file by Jacob Erlbeck · 11 years ago
  58. aa85a2d Remove osmo_phsap_prim from lapdm.h and move to a seperate header file by Andreas Eversberg · 11 years ago
  59. e128f46 add new gsm/meas_rep.h file for shared/common measurement report stuff by Harald Welte · 11 years ago
  60. 533f63f Add smpp34_osmocom.h for Osmocom SMPP vendor additions by Harald Welte · 11 years ago 0.6.0
  61. 3309a43 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  62. bb67be9 build: fix directory creation for core headers, introduced by d471a219. by Nico Golde · 12 years ago
  63. 30fabdf Gb: Add header file for BSS-side BSSGP functions by Harald Welte · 12 years ago
  64. f5df9ab build: use the standard AM_V_GEN definition for output. by Diego Elio Pettenò · 12 years ago
  65. d471a21 build: simplify headers management and remove recursion by Diego Elio Pettenò · 12 years ago
  66. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  67. 3fb0b6f Create libosmovty as library from OpenBSC VTY functions by Harald Welte · 14 years ago
  68. 3cae039 add missing automake / autoconf files by Harald Welte · 14 years ago