aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-04e1d: reconnect to osmo-e1d after connection losspmaier/e1d_reconnectPhilipp Maier1-15/+250
2023-06-13trau_sync: Add sync pattern for FA protocol of 3GPP TS 43.045Harald Welte2-0/+14
2023-06-11trau_pcu_ericsson: do not set unused D bits to 1Philipp Maier1-3/+1
2023-05-09e1d: get rid of strange file descriptor registered checkPhilipp Maier1-2/+2
2023-05-05fix use-after-free in ipaccess_bts_keepalive_fsm_alloc()Vadim Yanitskiy1-1/+5
2023-05-05cosmetic: e1inp_ipa_bts_rsl_close_n(): cache ipa_client_connVadim Yanitskiy1-3/+5
2023-05-05cosmetic: struct e1inp_ts: fix coding styleVadim Yanitskiy1-1/+1
2023-05-05.gitignore: add new trau_{pcu_ericsson,sync} testsVadim Yanitskiy1-0/+2
2023-05-02e1d: fix logic to detect if a timeslot is in usePhilipp Maier1-7/+7
2023-05-02e1d: initialize file descriptor numbers to -1 on startupPhilipp Maier1-0/+16
2023-05-02e1_input: add new driver callback function: line_createPhilipp Maier3-1/+13
2023-05-02e1d: do not set fd number to 0 after closePhilipp Maier1-4/+4
2023-04-27trau_pcu_ericsson: set uplink frame error bit correctlyPhilipp Maier1-10/+10
2023-04-27osmo_rtp2trau() for FR & EFR UL: set C13 & C14 correctlyMychaela N. Falconia2-12/+23
2023-04-25debian: set compat level to 10Oliver Smith2-2/+2
2023-04-20e1d: close fd when osmo_fd_setup failsPhilipp Maier1-0/+2
2023-04-20e1d: cosmetic: remove double whitespacePhilipp Maier1-1/+1
2023-04-18e1d: fix sourcecode formattingPhilipp Maier1-20/+10
2023-04-18e1d: maintain error log consistency in handle_ts_hdlc_readPhilipp Maier1-1/+1
2023-04-18e1d: clean up error logging in handle_ts_sign_readPhilipp Maier1-6/+3
2023-04-18e1d: fix log outputPhilipp Maier1-2/+4
2023-04-17osmo_rtp2trau() for FR & EFR: set SP=0 in DL if the frame is a SIDMychaela N. Falconia2-7/+13
2023-04-17osmo_rtp2trau() for FR & EFR: correctly handle the no-data caseMychaela N. Falconia1-16/+41
2023-03-14ipa: Call osmo_fd_unregister() before closing and changing bfd->fdPau Espin Pedrol1-1/+1
2023-03-05e1d: Add support for HDLC type channelsAndreas Eversberg1-0/+62
2023-03-05e1d: Remove useless call of handle_ts_trau_write()Andreas Eversberg1-2/+3
2023-03-05Send raw data with e1d as it arrives from applicationAndreas Eversberg1-4/+3
2023-02-27trau_pcu_ericsson: add comment about uplink blocksPhilipp Maier1-1/+24
2023-02-27trau_pcu_ericsson: add testvectors for MCS1-MCS8Philipp Maier2-0/+992
2023-02-25Transition to use of 'telnet_init_default'arehbein1-1/+1
2023-02-23trau_pcu_ericsson_test: fix comment, CS2 blocks are not CRC protectedPhilipp Maier1-1/+1
2023-02-21trau_pcu_ericsson: fix log linePhilipp Maier1-1/+1
2023-02-21trau_pcu_ericsson: cosmetic: set hdr_good flag explictly to falsePhilipp Maier1-0/+2
2023-02-21trau_pcu_ericsson_test: replace 64K CS1/CS2 testvectorsPhilipp Maier2-80/+80
2023-02-21e1_input: cleanup TS resources when timeslot type is changedPhilipp Maier1-0/+62
2023-02-20Run struct_endianness.pyOliver Smith1-1/+1
2023-02-18Rework mi_e1_line_update() and some of its sub routinesAndreas Eversberg1-21/+60
2023-02-18misdn driver: replace printf and fprintf by logging functionsAndreas Eversberg1-37/+28
2023-02-18Use correct bit order of RAW channels at misdn driverAndreas Eversberg1-0/+2
2023-02-18Add setting of Sa bits to misdn driverAndreas Eversberg1-0/+23
2023-02-18Add L1 signals to misdn driverAndreas Eversberg2-0/+86
2023-02-18Add function to set Sa bits to common partAndreas Eversberg3-0/+20
2023-02-17osmo_ortp.h: add RTP_PT_CSDATAOliver Smith1-0/+2
2023-02-17Cosmetic: osmo_ortp.h: fix typosOliver Smith1-3/+3
2023-02-14e1_input: add timeslot type NONEPhilipp Maier2-0/+14
2023-02-14trau_pcu_ericsson: change loglevel for CPS decodingPhilipp Maier1-2/+2
2023-02-14trau_sync: add synchronization pattern for Ericsson RBS MCS9Philipp Maier2-0/+49
2023-02-14trau_sync: allow multiple secondary sync patternsPhilipp Maier2-13/+62
2023-02-13Add more L1 signals to common partAndreas Eversberg2-0/+31
2023-02-08e1_input: add define constant for full subslot (whole E1 timeslot)Philipp Maier1-1/+3