aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-21Add VTY + CTRL ports for upcoming OsmoSMLCHarald Welte2-0/+2
2020-08-20gsmtap: Add definitions for E1/T1 payload (LAPD, TRAU, FR) in GSMTAPHarald Welte1-0/+9
2020-08-20vty: Fix cpu-sched VTY node namePau Espin Pedrol1-1/+1
2020-08-18vty/command: cosmetic: swap i and j in vty_dump_element()Vadim Yanitskiy1-6/+6
2020-08-18vty/command: fix switch / case coding style in vty_go_parent()Vadim Yanitskiy1-15/+15
2020-08-17vty cpu sched: do not assert if sched impossibleEric1-2/+5
2020-08-15vty/command: cosmetic: drop redundant line breakVadim Yanitskiy1-1/+1
2020-08-15vty/command: cosmetic: fix formatting of config_help_cmdVadim Yanitskiy1-14/+15
2020-08-15vty/command: cosmetic: simplify conditions in in config_list_cmdVadim Yanitskiy1-4/+8
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
2020-08-13Bump version: 1.3.0.173-51974 → 1.4.01.4.0Harald Welte12-54/+248
2020-08-10socket.h: introduce osmo_sockaddr to hold v4 and v6 endpointsAlexander Couzens1-2/+11
2020-08-10vty: Introduce support to set cpu-affinity and scheduler policyPau Espin Pedrol5-1/+714
2020-08-07configure.ac: print ARM NEON instructions support statusVadim Yanitskiy1-0/+2
2020-08-07configure.ac: fix: do not define HAVE_NEON unconditionallyVadim Yanitskiy1-2/+0
2020-08-07configure.ac: clarify description of --enable-neonVadim Yanitskiy1-1/+1
2020-08-07src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DISTVadim Yanitskiy1-1/+1
2020-08-06libomsocoding: NEON viterbi accelerationEric5-0/+508
2020-08-06osmo_sock_init2: improve support for AF_UNSPECAlexander Couzens4-14/+105
2020-08-06gsm 12.21: add osmocom specific NM_ATT_OSMO_NS_LINK_CFGAlexander Couzens2-0/+2
2020-08-04utils/gsmtap_logread.py: make it executableVadim Yanitskiy1-0/+0
2020-08-04Gb/BSSGP: replace hardcoded Tx into NS library by a callbackAlexander Couzens7-23/+54
2020-08-02i460: Fix bit- and subslots ordering of I.460 mux + demuxHarald Welte3-94/+99
2020-08-02i460: pass more context to call-back functionsHarald Welte3-9/+14
2020-08-02i460: Add back-pointer from sub-channel to timeslotHarald Welte2-0/+2
2020-08-02i460_mux: add callback to notify empty tx queuePhilipp Maier2-3/+23
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 Maier2-0/+6
2020-07-30vty: Don't match negative values on purely positive rangesPau Espin Pedrol3-3/+5
2020-07-30vty: Allow 64 bit values in numeric ranges if system supports itPau Espin Pedrol3-12/+31
2020-07-30tests: vty: Extend test to do some numeric range validationsPau Espin Pedrol2-0/+40
2020-07-30tests/fsm_test.c: Disable use color in logging outputPau Espin Pedrol2-44/+45
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-28vty: add a define VTY_IPV46_CMD to require a IPv4/6 addressAlexander Couzens1-0/+4
2020-07-28socket: osmo_sock_local_ip: correct doxygen commentAlexander Couzens1-1/+0
2020-07-28bts_features: add feature BTS_FEAT_IPV6_NSVCAlexander Couzens2-0/+2
2020-07-28gprs_ns_frgre.h: add missing declaration of structsAlexander Couzens1-0/+3
2020-07-28gprs_ns: fix typo in commentAlexander Couzens1-1/+1
2020-07-20pkgconfig/osmocodec/osmocoding: link to tallocEric2-4/+4
2020-07-17stats: Add stats commands related to testingDaniel Willmann2-8/+53
2020-07-17stat_item: Add function to reset stat items and groupsDaniel Willmann3-0/+34
2020-07-17rate_ctr: Add functions to reset rate counter (groups)Daniel Willmann3-0/+25
2020-07-15use_count.h: Fix API doc examplePau Espin Pedrol1-1/+2
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-04gprs_ns.h: add missing prototype gprs_ns_rcvmsg()Alexander Couzens1-0/+5
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