aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dahdi: Fix compilation with ancient DAHDIHEADmasterHarald Welte2023-09-171-1/+1
* dahdi: Log context (e1inpt_ts name) when opening timeslot devicesHarald Welte2023-09-171-6/+10
* Bump version: 1.4.0.54-9f17-dirty → 1.5.01.5.0Pau Espin Pedrol2023-09-127-27/+98
* osmo_ortp: register a PayloadType for RTP_PT_CSDATAVadim Yanitskiy2023-08-281-0/+12
* dahdi: Add msgb_free() to prevent memeory leaksAndreas Eversberg2023-08-011-0/+6
* dahdi: Add missing msg->l2hAndreas Eversberg2023-08-011-2/+4
* dahdi: Disable OSMO_FD_WRITE if HDLC/RAW write queue is emptyAndreas Eversberg2023-08-011-2/+6
* e1d: reconnect to osmo-e1d after connection lossPhilipp Maier2023-07-041-15/+250
* trau_sync: Add sync pattern for FA protocol of 3GPP TS 43.045Harald Welte2023-06-132-0/+14
* trau_pcu_ericsson: do not set unused D bits to 1Philipp Maier2023-06-111-3/+1
* e1d: get rid of strange file descriptor registered checkPhilipp Maier2023-05-091-2/+2
* fix use-after-free in ipaccess_bts_keepalive_fsm_alloc()Vadim Yanitskiy2023-05-051-1/+5
* cosmetic: e1inp_ipa_bts_rsl_close_n(): cache ipa_client_connVadim Yanitskiy2023-05-051-3/+5
* cosmetic: struct e1inp_ts: fix coding styleVadim Yanitskiy2023-05-051-1/+1
* .gitignore: add new trau_{pcu_ericsson,sync} testsVadim Yanitskiy2023-05-051-0/+2
* e1d: fix logic to detect if a timeslot is in usePhilipp Maier2023-05-021-7/+7
* e1d: initialize file descriptor numbers to -1 on startupPhilipp Maier2023-05-021-0/+16
* e1_input: add new driver callback function: line_createPhilipp Maier2023-05-023-1/+13
* e1d: do not set fd number to 0 after closePhilipp Maier2023-05-021-4/+4
* trau_pcu_ericsson: set uplink frame error bit correctlyPhilipp Maier2023-04-271-10/+10
* osmo_rtp2trau() for FR & EFR UL: set C13 & C14 correctlyMychaela N. Falconia2023-04-272-12/+23
* debian: set compat level to 10Oliver Smith2023-04-252-2/+2
* e1d: close fd when osmo_fd_setup failsPhilipp Maier2023-04-201-0/+2
* e1d: cosmetic: remove double whitespacePhilipp Maier2023-04-201-1/+1
* e1d: fix sourcecode formattingPhilipp Maier2023-04-181-20/+10
* e1d: maintain error log consistency in handle_ts_hdlc_readPhilipp Maier2023-04-181-1/+1
* e1d: clean up error logging in handle_ts_sign_readPhilipp Maier2023-04-181-6/+3
* e1d: fix log outputPhilipp Maier2023-04-181-2/+4
* osmo_rtp2trau() for FR & EFR: set SP=0 in DL if the frame is a SIDMychaela N. Falconia2023-04-172-7/+13
* osmo_rtp2trau() for FR & EFR: correctly handle the no-data caseMychaela N. Falconia2023-04-171-16/+41
* ipa: Call osmo_fd_unregister() before closing and changing bfd->fdPau Espin Pedrol2023-03-141-1/+1
* e1d: Add support for HDLC type channelsAndreas Eversberg2023-03-051-0/+62
* e1d: Remove useless call of handle_ts_trau_write()Andreas Eversberg2023-03-051-2/+3
* Send raw data with e1d as it arrives from applicationAndreas Eversberg2023-03-051-4/+3
* trau_pcu_ericsson: add comment about uplink blocksPhilipp Maier2023-02-271-1/+24
* trau_pcu_ericsson: add testvectors for MCS1-MCS8Philipp Maier2023-02-272-0/+992
* Transition to use of 'telnet_init_default'arehbein2023-02-251-1/+1
* trau_pcu_ericsson_test: fix comment, CS2 blocks are not CRC protectedPhilipp Maier2023-02-231-1/+1
* trau_pcu_ericsson: fix log linePhilipp Maier2023-02-211-1/+1
* trau_pcu_ericsson: cosmetic: set hdr_good flag explictly to falsePhilipp Maier2023-02-211-0/+2
* trau_pcu_ericsson_test: replace 64K CS1/CS2 testvectorsPhilipp Maier2023-02-212-80/+80
* e1_input: cleanup TS resources when timeslot type is changedPhilipp Maier2023-02-211-0/+62
* Run struct_endianness.pyOliver Smith2023-02-201-1/+1
* Rework mi_e1_line_update() and some of its sub routinesAndreas Eversberg2023-02-181-21/+60
* misdn driver: replace printf and fprintf by logging functionsAndreas Eversberg2023-02-181-37/+28
* Use correct bit order of RAW channels at misdn driverAndreas Eversberg2023-02-181-0/+2
* Add setting of Sa bits to misdn driverAndreas Eversberg2023-02-181-0/+23
* Add L1 signals to misdn driverAndreas Eversberg2023-02-182-0/+86
* Add function to set Sa bits to common partAndreas Eversberg2023-02-183-0/+20
* osmo_ortp.h: add RTP_PT_CSDATAOliver Smith2023-02-171-0/+2