aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-07Bump version: 1.3.0.31-1950-dirty → 1.4.01.4.0Pau Espin Pedrol6-16/+67
2023-02-03trau_pcu_ericsson: also support ER_UL_CHMOD_NB_UNKN in 16k mode.Philipp Maier1-0/+1
2023-02-01trau_pcu_ericsson: fix broken length checkPhilipp Maier1-2/+2
2023-01-15Send raw data with mISDN as it arrives from applicationAndreas Eversberg1-14/+17
2023-01-15Initialize devinfo at misdn.cAndreas Eversberg1-0/+1
2023-01-15Remove mISDN header from received channel dataAndreas Eversberg1-6/+10
2023-01-15Add missing functions to send HDLC/RAW dataAndreas Eversberg2-0/+33
2023-01-15Fix support for HDLC/RAW type channels at mISDN.cAndreas Eversberg1-4/+102
2023-01-10lapd_pcap: fix illegal VLA within structEric1-19/+22
2023-01-03GPRS Trau frame encoder/decoder for Ericsson RBSPhilipp Maier8-2/+6266
2023-01-03trau_sync: add Ericsson RBS GPRS TRAU synchronization pattern (64kbps)Philipp Maier2-0/+49
2023-01-03trau_sync: support more than 40 bytes sync pattern.Philipp Maier1-1/+1
2022-12-23trau_sync: add Ericsson RBS GPRS TRAU synchronization pattern (16kbps)Philipp Maier2-26/+18
2022-12-15ipa: Guard against calling ipa_client_conn_open* multiple timesDaniel Willmann1-0/+3
2022-12-15ipaccess: Add connect timeout in e1inp_lineDaniel Willmann5-2/+30
2022-12-15ipa: Add ipa_client_conn_open2 with connect timeout argumentDaniel Willmann3-4/+38
2022-12-14ipaccess: Clean up keepalive FSM properlyDaniel Willmann1-4/+7
2022-11-30trau_sync: Fix typo tray_sync_pat_id -> trau_sync_pat_idHarald Welte2-5/+8
2022-11-30trau_sync: Add the V.110 sync patternHarald Welte2-0/+14
2022-11-23ipaccess: update_fd_settings: use LOGL_ERROROliver Smith1-5/+5
2022-11-23ipaccess: require tcp keepalive related definesOliver Smith1-4/+0
2022-11-23e1_input: enable tcp keepalive by defaultOliver Smith2-6/+7
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-1/+1
2022-10-27input/unixsocket: Remove write delay timerHarald Welte1-16/+1
2022-09-19ipaccess: Call line->ops->sign_link_down() only if setPau Espin Pedrol1-1/+2
2022-09-19ipaccess_close(): No need to lookup already available struct e1i_tsPau Espin Pedrol1-8/+4
2022-09-19e1inp_line_ipa_rsl_ts(): Return null instead of reading out of boundsPau Espin Pedrol1-1/+1
2022-09-19ipa: Allow users closing lower layer tcp/ipa connectionsPau Espin Pedrol2-8/+30