aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-12Add support for sending and receiving Sa bits, as well as some line signalsAndreas Eversberg1-0/+2
2023-06-13trau_sync: Add sync pattern for FA protocol of 3GPP TS 43.045Harald Welte1-0/+1
2023-05-05cosmetic: struct e1inp_ts: fix coding styleVadim Yanitskiy1-1/+1
2023-05-02e1_input: add new driver callback function: line_createPhilipp Maier1-0/+3
2023-02-27trau_pcu_ericsson: add comment about uplink blocksPhilipp Maier1-1/+24
2023-02-18Add L1 signals to misdn driverAndreas Eversberg1-0/+2
2023-02-18Add function to set Sa bits to common partAndreas Eversberg1-0/+9
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 Maier1-0/+3
2023-02-14trau_sync: add synchronization pattern for Ericsson RBS MCS9Philipp Maier1-0/+1
2023-02-14trau_sync: allow multiple secondary sync patternsPhilipp Maier1-0/+1
2023-02-13Add more L1 signals to common partAndreas Eversberg1-0/+22
2023-02-08e1_input: add define constant for full subslot (whole E1 timeslot)Philipp Maier1-1/+3
2023-01-15Add missing functions to send HDLC/RAW dataAndreas Eversberg1-0/+3
2023-01-03GPRS Trau frame encoder/decoder for Ericsson RBSPhilipp Maier2-0/+281
2023-01-03trau_sync: add Ericsson RBS GPRS TRAU synchronization pattern (64kbps)Philipp Maier1-0/+1
2022-12-23trau_sync: add Ericsson RBS GPRS TRAU synchronization pattern (16kbps)Philipp Maier1-0/+1
2022-12-15ipaccess: Add connect timeout in e1inp_lineDaniel Willmann1-0/+2
2022-12-15ipa: Add ipa_client_conn_open2 with connect timeout argumentDaniel Willmann1-0/+1
2022-11-30trau_sync: Fix typo tray_sync_pat_id -> trau_sync_pat_idHarald Welte1-3/+6
2022-11-30trau_sync: Add the V.110 sync patternHarald Welte1-0/+1
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 Pedrol1-1/+2
2021-04-29trau: Introduce osmo_rtp_socket_set_priority()2021q1Harald Welte1-0/+1
2021-04-29e1_input: Allow (vty) configuration of IP DSCP and socket priorityHarald Welte1-0/+13
2021-04-29ipa: Introduce support for user-specific DSCP and priorityHarald Welte1-0/+4
2021-04-13Configure E1 pcap file per lineKeith1-0/+7
2021-02-03e1_input: Support I.460 timeslot typeHarald Welte1-1/+6
2020-08-07trau_sync: make sync pattern configurablePhilipp Maier1-0/+1
2020-08-03TRAU frame RTP conversionHarald Welte2-1/+36
2020-08-03Add new TRAU frame sync codeHarald Welte2-1/+21
2020-08-03trau_frame: Introduce support for Downlink Time AlignmentHarald Welte1-0/+5
2020-08-03trau_frame: New APIHarald Welte2-1/+148
2020-08-02e1d: Fix compilation after I4a088f91f23aaad05c5ab84a4783c1915d85aca6Harald Welte1-0/+3
2020-07-15ipacces: Fix e1inp_line reference put in ipaccess_closePau Espin Pedrol1-7/+1
2020-07-15e1_input: Use osmo_use_count in e1inp_linePau Espin Pedrol1-4/+11
2020-07-15cosmetic: e1_input.h: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-06-09lapd: Always print context information when loggingHarald Welte2-1/+12
2020-05-11trau_frame.h: Fix definition of TRAU_FT_OM_UPHarald Welte1-1/+1
2020-05-11subchan_demux: Use ubit_t where appropriateHarald Welte1-2/+2
2020-05-11trau_frame: use 'ubit_t' for unpacked bitsHarald Welte1-8/+9
2020-05-10subchan_demux: Use 'ubit_t' for unpacked bit buffer; use constHarald Welte2-3/+4
2020-03-07osmo_ortp: add osmo_rtp_socket_set_dscp()Oliver Smith1-0/+1
2020-01-24add ipa ping/pong keepalive for OML/RSL links between bts and bscEric Wild1-1/+6
2020-01-12e1d: Initial osmo-e1d supportSylvain Munaut1-0/+4
2020-01-12introduce and use logging macros with context on E1 line / timeslotHarald Welte1-0/+6
2019-11-08ipa: Allow setting local addr and port for struct ipa_client_connPau Espin Pedrol1-1/+12
2019-07-21extend the ipa keepalive fsmEric Wild1-4/+8
2019-03-19Add IPA keep-alive FSM implementationHarald Welte1-0/+36