aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-28lapdm: fix SAPI-0/SAPI-3 frame prioritization on DCCHVadim Yanitskiy1-2/+21
2020-08-13Bump version: 1.3.0.173-51974 → 1.4.01.4.0Harald Welte4-4/+4
2020-08-10vty: Introduce support to set cpu-affinity and scheduler policyPau Espin Pedrol2-1/+675
2020-08-07src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DISTVadim Yanitskiy1-1/+1
2020-08-06libomsocoding: NEON viterbi accelerationEric4-0/+497
2020-08-06osmo_sock_init2: improve support for AF_UNSPECAlexander Couzens1-14/+78
2020-08-06gsm 12.21: add osmocom specific NM_ATT_OSMO_NS_LINK_CFGAlexander Couzens1-0/+1
2020-08-04Gb/BSSGP: replace hardcoded Tx into NS library by a callbackAlexander Couzens6-23/+51
2020-08-02i460: Fix bit- and subslots ordering of I.460 mux + demuxHarald Welte1-27/+32
2020-08-02i460: pass more context to call-back functionsHarald Welte1-5/+5
2020-08-02i460: Add back-pointer from sub-channel to timeslotHarald Welte1-0/+1
2020-08-02i460_mux: add callback to notify empty tx queuePhilipp Maier1-3/+11
2020-08-02bits.c: Use faster look-up-table approach for osmo_revbytebits_{buf,u8}Harald Welte1-26/+32
2020-07-31gsm_08_58: add missing RSL error cause codesPhilipp Maier1-0/+3
2020-07-30vty: Don't match negative values on purely positive rangesPau Espin Pedrol1-0/+3
2020-07-30vty: Allow 64 bit values in numeric ranges if system supports itPau Espin Pedrol1-6/+22
2020-07-30gsm0411_{smc,smr}.c: Work around newlib bugHarald Welte2-2/+4
2020-07-30i460_mux: correctly reset subchannelsPhilipp Maier1-7/+23
2020-07-28socket: osmo_sock_local_ip: correct doxygen commentAlexander Couzens1-1/+0
2020-07-28bts_features: add feature BTS_FEAT_IPV6_NSVCAlexander Couzens1-0/+1
2020-07-28gprs_ns: fix typo in commentAlexander Couzens1-1/+1
2020-07-17stats: Add stats commands related to testingDaniel Willmann2-8/+53
2020-07-17stat_item: Add function to reset stat items and groupsDaniel Willmann1-0/+29
2020-07-17rate_ctr: Add functions to reset rate counter (groups)Daniel Willmann1-0/+21
2020-07-15vty: Avoid ultra-long multi-line strings cluttering talloc reportsHarald Welte1-0/+6
2020-07-14fixup for gsm0808_create_common_id(): add API doc, use new MI APINeels Hofmeyr1-4/+17
2020-07-09Revert "gsmtap_makemsg_ex: NULL for unknown chan_type"Pau Espin Pedrol1-5/+1
2020-07-04lapd_core: After calling into L3, check if the state has changedHarald Welte1-0/+4
2020-07-03lapd_core: Ensure we always have some tailroomHarald Welte1-1/+2
2020-06-26gprs_ns: Set sockaddr_in.sin_family for persistent NSVCsHarald Welte1-0/+1
2020-06-26gprs_bssgp: Add bssgp_tx_bvc_reset2()Harald Welte2-2/+7
2020-06-24api comment: fix example of osmo_mobile_identity_encode_msgbNeels Hofmeyr1-1/+2
2020-06-21gsm0808: Add gsm0808_create_common_id()Harald Welte2-0/+43
2020-06-21bts_features.h: Introduce BTS_FEAT_PAGING_COORDINATIONHarald Welte1-0/+1
2020-06-16add osmo_mobile_identity APINeels Hofmeyr3-7/+526
2020-06-16Revert "add osmo_mobile_identity API"Harald Welte7-658/+128
2020-06-12add osmo_mobile_identity APINeels Hofmeyr7-128/+658
2020-06-12osmo_bcd2str: also validate start_nibble parameterNeels Hofmeyr1-1/+1
2020-06-10add gsm23236: MSC pooling: TMSI and NRI utility functionsNeels Hofmeyr3-1/+578
2020-06-09gsm0808: fix endieness of call identifierPhilipp Maier1-1/+11
2020-06-08lapd_core: Fix log line being about LAPD and not LAPDmHarald Welte1-1/+1
2020-06-08lapd/lapdm: print user-defined string name instead of (dl=%p)Harald Welte3-318/+285
2020-06-08NS: replace use of gprs_nsvc_create() with gprs_nsvc_crate2()Harald Welte3-12/+6
2020-06-08NS: Optionally disable NS-{RESET,BLOCK,UNBLOCK} when using UDP/IPHarald Welte2-24/+55
2020-05-28Implement ITU-T I.460 multiplex / demultiplexHarald Welte3-1/+371
2020-05-26fix osmo_mi_name_c() to always return talloced strings, via osmo_mi_name_buf()Neels Hofmeyr1-3/+5
2020-05-26api doc: clarify 'returns' of gsm48_mi_to_string()Neels Hofmeyr1-2/+4
2020-05-20gsmtap_makemsg_ex: NULL for unknown chan_typeOliver Smith1-1/+5
2020-05-18enable vty xml dumping to stdoutNeels Hofmeyr1-25/+60
2020-05-17gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding.Alexander Chemeris2-0/+40