aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-05-08fix use-after-free in ipaccess_bts_keepalive_fsm_alloc()Vadim Yanitskiy1-1/+5
2023-05-08Run struct_endianness.pyOliver Smith1-1/+1
2023-02-07Bump version: 1.3.0.31-1950-dirty → 1.4.01.4.0Pau Espin Pedrol1-2/+2
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 Eversberg1-0/+30
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 Maier2-0/+2001
2023-01-03trau_sync: add Ericsson RBS GPRS TRAU synchronization pattern (64kbps)Philipp Maier1-0/+48
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 Maier1-26/+17
2022-12-15ipa: Guard against calling ipa_client_conn_open* multiple timesDaniel Willmann1-0/+3
2022-12-15ipaccess: Add connect timeout in e1inp_lineDaniel Willmann3-2/+27
2022-12-15ipa: Add ipa_client_conn_open2 with connect timeout argumentDaniel Willmann1-4/+36
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 Welte1-2/+2
2022-11-30trau_sync: Add the V.110 sync patternHarald Welte1-0/+13
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-19ipa: Allow users closing lower layer tcp/ipa connectionsPau Espin Pedrol1-7/+28
2022-09-19cosmetic: Remove unneeded empty linePau Espin Pedrol1-1/+0
2022-08-04libosmo{abis,trau}: add -no-undefined to *_la_LDFLAGSVadim Yanitskiy1-2/+8
2022-06-28Bump version: 1.2.0.14-dcbc-dirty → 1.3.01.3.0Pau Espin Pedrol1-1/+1
2022-06-27osmo_pcap_lapd_write: Fix write of uninitialized byte(s)Harald Welte1-27/+22
2022-05-09input/ipaccess: Avoid extra poll() call when e1i_ts tx queue becomes emptyPau Espin Pedrol1-3/+17
2022-05-09input/ipaccess: Remove unneeded osmo_fd_write_enable()Pau Espin Pedrol1-1/+1
2022-05-08input/ipaccess: Don't start zero-ms timer on every writeHarald Welte1-6/+10
2022-05-03stats: add site_id scope to ipa-rsl tcp stat namesMichael Iedema1-3/+3
2022-04-18input/e1d: use msgb_hexdump_l2() in handle_ts_raw_read()Vadim Yanitskiy1-1/+1
2022-04-18input/e1d: fix a memleak in handle_ts_raw_read()Vadim Yanitskiy1-0/+1
2022-02-24stats: add BTS index to IPA RSL TCP stats name2022q1Michael Iedema1-3/+4
2022-02-10stats: add RSL line number to TCP stats nameMichael Iedema1-1/+3
2022-01-04ipaccess.c: register RSL/OML related osmo_fds for monitoringPhilipp Maier1-0/+5
2021-12-14treewide: remove FSF address2021q4Oliver Smith6-24/+0
2021-11-17lapd: don't add parenthesis around datalink nameHarald Welte1-5/+5
2021-11-16Bump version: 1.1.1.14-57ff-dirty → 1.2.01.2.0Pau Espin Pedrol1-2/+2
2021-10-13e1inp_input: Fix e1inp_line_clone removing original line from global list whe...Pau Espin Pedrol1-0/+2
2021-10-11ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_connPau Espin Pedrol1-7/+19
2021-09-29ipaccess: Allow reconfiguring the ipa line during line_update()Pau Espin Pedrol1-4/+12
2021-09-22e1_input: Document e1inp_line_create()Pau Espin Pedrol1-0/+8
2021-09-22e1_input: Fix line not removed from e1inp_line_list when freedPau Espin Pedrol1-0/+2