aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-18e1_recorder: Fix potential null-dereferenceHEADmasterHarald Welte1-0/+1
2023-07-15configure.ac: migrate from python2 to python3Vadim Yanitskiy2-4/+4
2023-02-06handle telnet_init_default() error caseHarald Welte1-2/+6
2022-12-23Add git-review configMax1-0/+3
2022-12-19osmo-e1-recorder: Transition to use of 'telnet_init_default'arehbein1-1/+1
2022-11-06Support RPM building via contrib/osmo-e1-recorder.spec.inHarald Welte3-1/+70
2022-11-06README.md: Fix lots of typos + formatting in markdown0.3Harald Welte1-4/+5
2022-11-06README: Migrate to README.mdHarald Welte1-0/+0
2022-11-06README: update explaining the difference to other approachesHarald Welte1-4/+17
2022-11-06jenkins.sh: Fix printed URL of osmo-ci git repositoryHarald Welte1-1/+1
2022-11-06Fix use of logging_vty_add_cmds(void) API function.Harald Welte1-1/+1
2022-06-18update git URLs (git -> https)Harald Welte1-1/+1
2021-11-04configure: don't turn some warnings into errorsOliver Smith1-12/+0
2021-05-18tests: adjust slot numbersEric Wild1-2/+2
2021-01-28configure.ac: set -std=gnu11Oliver Smith1-0/+2
2021-01-13contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2020-11-06fix build against recent libosmo-abis (typo fixes)Harald Welte1-2/+2
2020-06-09fix "-Werror" build against latest libosmo-abisHarald Welte3-8/+8
2019-12-04make e1cap format portableHarald Welte1-1/+4
2019-12-04e1_recorder: Skip storing data to disk if line is in ALARM stateHarald Welte2-0/+31
2019-12-04e1cap_dump: Avoid deprecated osmo_init_logging() APIHarald Welte1-1/+1
2019-12-04e1_recorder: Avoid deprecated osmo_init_logging() APIHarald Welte1-1/+1
2019-12-04jenkins.sh: disable 'publish' of manuals; we don't have any yetHarald Welte1-3/+3
2019-12-04e1cap_dump: Add -h and -V to print help / version of programHarald Welte1-1/+23
2019-12-04e1_recorder: Add --help and --version command line argumentsHarald Welte1-3/+23
2019-12-04print error message when config file cannot be openedHarald Welte1-1/+5
2019-12-04exit(2) on unsupported positional arguments on command lineHarald Welte2-0/+10
2019-12-04vty: Make sure to save timeslot mode in lowercase (as vty expects)Harald Welte1-1/+1
2019-12-04tests: Add test_nodes.vty for VTY interface testingHarald Welte2-3/+71
2019-12-04vty: don't store configurations for timeslots in mode NONEHarald Welte1-0/+3
2019-11-24e1cap_dump: fix superchannel without pcap outputHarald Welte1-1/+1
2019-11-24add contrib/jenkins.shHarald Welte1-0/+67
2019-11-24update .gitignoreHarald Welte1-0/+22
2019-11-24convert build system to autotoolsHarald Welte10-19/+578
2019-11-24fix various compiler warningsHarald Welte3-5/+13
2019-11-24storage.c: Fix compiler error due to missing writev() declarationHarald Welte1-0/+1
2016-11-14e1_recorder: Add LAPD PCAP dump support0.2Harald Welte1-1/+41
2016-11-14hdlc: add call-back function for completely decoded HDLC framesHarald Welte2-5/+32
2016-11-14e1cap_dump: Implement functional HDLC decode of super-channelHarald Welte3-11/+105
2016-11-14hdlc: Simplify + Fix HDLC implementationHarald Welte2-53/+25
2016-11-14hdlc: Add some more comments to the code [cosmetic]Harald Welte1-2/+16
2016-10-26WIP: More work on SuperChannel decode, but it doesn't work yet...Harald Welte4-0/+162
2016-10-26add .gitignore fileHarald Welte1-0/+5
2016-10-23e1cap_dump: Add SC (Super Channel) modeHarald Welte1-1/+72
2016-10-19e1_recorder: add config option for configuration file0.1Harald Welte1-1/+27
2016-10-19e1_recorder: propagate errors to main, where we exit() in case of failing to ...Harald Welte2-2/+9
2016-10-19e1_recorder: Add signal handlers for log file rotation + talloc reportHarald Welte3-2/+28
2016-10-19e1_inp: Use HDLC mode for signalling, not SIGNHarald Welte2-4/+4
2016-10-19e1cap_dump: Add 16k sub-channel demux + filterHarald Welte1-15/+51
2016-10-19e1cap_dump: Add capability to filter on a given line+timeslot and for binary ...Harald Welte1-8/+66