1. 456135a e1_recorder: Fix potential null-dereference by Harald Welte · 10 months ago master
  2. dc4b5d6 configure.ac: migrate from python2 to python3 by Vadim Yanitskiy · 10 months ago
  3. e9ce318 handle telnet_init_default() error case by Harald Welte · 1 year, 3 months ago
  4. 7b6171b Add git-review config by Max · 1 year, 5 months ago
  5. 55a1b83 osmo-e1-recorder: Transition to use of 'telnet_init_default' by arehbein · 1 year, 5 months ago
  6. 91c6873 Support RPM building via contrib/osmo-e1-recorder.spec.in by Harald Welte · 1 year, 6 months ago
  7. 50f3f8e README.md: Fix lots of typos + formatting in markdown by Harald Welte · 1 year, 6 months ago 0.3
  8. d54a10b README: Migrate to README.md by Harald Welte · 1 year, 6 months ago
  9. 31d44f4 README: update explaining the difference to other approaches by Harald Welte · 1 year, 6 months ago
  10. 81e6227 jenkins.sh: Fix printed URL of osmo-ci git repository by Harald Welte · 1 year, 6 months ago
  11. b9c7fd8 Fix use of logging_vty_add_cmds(void) API function. by Harald Welte · 1 year, 6 months ago
  12. be5f2c7 update git URLs (git -> https) by Harald Welte · 1 year, 11 months ago
  13. b07caac configure: don't turn some warnings into errors by Oliver Smith · 2 years, 6 months ago
  14. 607a3e4 tests: adjust slot numbers by Eric Wild · 3 years ago
  15. 91a98c0 configure.ac: set -std=gnu11 by Oliver Smith · 3 years, 3 months ago
  16. 1a469b3 contrib/jenkins: don't build osmo-gsm-manuals by Oliver Smith · 3 years, 4 months ago
  17. d8b9e55 fix build against recent libosmo-abis (typo fixes) by Harald Welte · 3 years, 6 months ago
  18. 130eeb3 fix "-Werror" build against latest libosmo-abis by Harald Welte · 4 years ago
  19. 456888a make e1cap format portable by Harald Welte · 4 years, 5 months ago
  20. 8486938 e1_recorder: Skip storing data to disk if line is in ALARM state by Harald Welte · 4 years, 6 months ago
  21. 1b41abd e1cap_dump: Avoid deprecated osmo_init_logging() API by Harald Welte · 4 years, 5 months ago
  22. 45e12d3 e1_recorder: Avoid deprecated osmo_init_logging() API by Harald Welte · 4 years, 5 months ago
  23. 54fc223 jenkins.sh: disable 'publish' of manuals; we don't have any yet by Harald Welte · 4 years, 5 months ago
  24. b36921f e1cap_dump: Add -h and -V to print help / version of program by Harald Welte · 4 years, 5 months ago
  25. 06e3198 e1_recorder: Add --help and --version command line arguments by Harald Welte · 4 years, 5 months ago
  26. 2c5c079 print error message when config file cannot be opened by Harald Welte · 4 years, 5 months ago
  27. cbf23b6 exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 5 months ago
  28. 50595fb vty: Make sure to save timeslot mode in lowercase (as vty expects) by Harald Welte · 4 years, 5 months ago
  29. a6d1211 tests: Add test_nodes.vty for VTY interface testing by Harald Welte · 4 years, 5 months ago
  30. de9e646 vty: don't store configurations for timeslots in mode NONE by Harald Welte · 4 years, 5 months ago
  31. 3863bee e1cap_dump: fix superchannel without pcap output by Harald Welte · 4 years, 5 months ago
  32. 645fa46 add contrib/jenkins.sh by Harald Welte · 4 years, 6 months ago
  33. 2933fcf update .gitignore by Harald Welte · 4 years, 6 months ago
  34. bad3897 convert build system to autotools by Harald Welte · 4 years, 6 months ago
  35. 6df0729 fix various compiler warnings by Harald Welte · 4 years, 6 months ago
  36. 6f45dcd storage.c: Fix compiler error due to missing writev() declaration by Harald Welte · 4 years, 6 months ago
  37. 41a5300 e1_recorder: Add LAPD PCAP dump support by Harald Welte · 7 years ago 0.2
  38. 90bd7b6 hdlc: add call-back function for completely decoded HDLC frames by Harald Welte · 7 years ago
  39. 1df5cf4 e1cap_dump: Implement functional HDLC decode of super-channel by Harald Welte · 7 years ago
  40. 6daa71d hdlc: Simplify + Fix HDLC implementation by Harald Welte · 7 years ago
  41. 90fb785 hdlc: Add some more comments to the code [cosmetic] by Harald Welte · 7 years ago
  42. d83c513 WIP: More work on SuperChannel decode, but it doesn't work yet... by Harald Welte · 8 years ago
  43. 59b94d0 add .gitignore file by Harald Welte · 8 years ago
  44. c1b9cab e1cap_dump: Add SC (Super Channel) mode by Harald Welte · 8 years ago
  45. 4dc14a7 e1_recorder: add config option for configuration file by Harald Welte · 8 years ago 0.1
  46. 2ac7849 e1_recorder: propagate errors to main, where we exit() in case of failing to open file by Harald Welte · 8 years ago
  47. df7a306 e1_recorder: Add signal handlers for log file rotation + talloc report by Harald Welte · 8 years ago
  48. 1335113 e1_inp: Use HDLC mode for signalling, not SIGN by Harald Welte · 8 years ago
  49. 525af18 e1cap_dump: Add 16k sub-channel demux + filter by Harald Welte · 8 years ago
  50. f403232 e1cap_dump: Add capability to filter on a given line+timeslot and for binary output by Harald Welte · 8 years ago
  51. 57ea229 storage.c: Remove debug printf() by Harald Welte · 8 years ago
  52. 74d1e34 e1cap_dump: Print human-readable time by Harald Welte · 8 years ago
  53. dbb0f5a add a command line tool for dumping the contents of a capture file by Harald Welte · 8 years ago
  54. 232b972 storage.h: make sure we use packed attribute not aligned. by Harald Welte · 8 years ago
  55. 4a92d0b e1_recorder: Fix msgb memory leaks in absence of a mirror port by Harald Welte · 8 years ago
  56. afb6d39 storage.h: document fields of header by Harald Welte · 8 years ago
  57. b7e4023 first functional version that actually records + mirrors data by Harald Welte · 8 years ago
  58. 0e91aa1 fix compilation by Harald Welte · 8 years ago
  59. 39cfbf4 initial import of incomplete project to record E1 lines by Harald Welte · 8 years ago