aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-20add osmo_use_count_to_str_c()Neels Hofmeyr1-1/+25
2020-09-18gprs_ns2: Mark gprs_ns2_validate_* as staticHarald Welte1-5/+5
2020-09-18ns2: Use NULL and not '0' when returning a NULL-PointerHarald Welte1-1/+1
2020-09-18ns2: Improve/extend doxygen comments for new ns2 implementationHarald Welte6-126/+197
2020-09-18gsm0808: fix: do not encode invalid encryption algorithmVadim Yanitskiy1-7/+9
2020-09-18gprs_ns2_sns: Fix compilation on Debian 8Harald Welte1-10/+16
2020-09-15libgb/ns: allow to create NS_ALIVE NSVCAlexander Couzens1-13/+28
2020-09-15Gb: add a second NS implementationAlexander Couzens11-2/+5989
2020-09-14logging: Avoid printing OSMO_LOGCOLOR_END if no color was usedPau Espin Pedrol1-1/+1
2020-09-11vty: fix 'Unsigned compared against 0' generate_cpu_hex_mask()Vadim Yanitskiy1-1/+1
2020-09-09logging: fix memleak in log_target_create_file()Vadim Yanitskiy1-1/+5
2020-09-09logging: fix log_target_destroy(): properly close syslogVadim Yanitskiy1-0/+10
2020-09-09logging: refactor and simplify log_target_destroy()Vadim Yanitskiy1-10/+8
2020-09-07add osmo_sockaddr_local_ip() to determine the local address for a remote.Alexander Couzens1-0/+23
2020-09-07gb/common_vty: use void *Alexander Couzens1-2/+2
2020-09-06gb/gprs_bssgp: remove superfluous whitespaceAlexander Couzens1-1/+1
2020-09-02socket: add osmo_sockaddr_cmp()Alexander Couzens1-0/+29
2020-09-02socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofdAlexander Couzens1-0/+159
2020-09-02sockaddr_str: add osmo_sockaddr_str_from_str2() which doesn't set the portAlexander Couzens1-7/+26
2020-08-31socket: Fix bug in osmo_sock_init2(AF_UNSPEC) matching IP versionsPau Espin Pedrol1-13/+21
2020-08-31socket: Add some osmo_sockaddr print helpersPau Espin Pedrol1-0/+32
2020-08-31socket: fix wrong ipv6 dst buf size passed in osmo_sock_local_ipPau Espin Pedrol1-1/+1
2020-08-31socket: Fix stack-buffer-overflow in osmo_sock_local_ip()Pau Espin Pedrol1-6/+17
2020-08-31socket: Use AF_UNSPEC instead of PF_UNSPEC calling getaddrinfoPau Espin Pedrol1-1/+1
2020-08-31socket: Add support for AF_INET6 in osmo_sockaddr_to_str_and_uint()Pau Espin Pedrol1-2/+15
2020-08-30socket: Allow binding to :: (IPv6) and connecting to IPv4-only on the remotePau Espin Pedrol1-0/+17
2020-08-27lapdm: fix SAPI-0/SAPI-3 frame prioritization on DCCHVadim Yanitskiy1-2/+21
2020-08-27lapdm_pad_msgb(): cosmetic: use GSM_MACBLOCK_PADDINGVadim Yanitskiy1-2/+2
2020-08-27ipa: Fix wrong output log formattingPau Espin Pedrol1-2/+12
2020-08-27macaddr: fix osmo_macaddr_parse(): return meaningful error codesVadim Yanitskiy1-2/+3
2020-08-27macaddr: fix osmo_get_macaddr(): return -1 if no device is foundVadim Yanitskiy1-1/+1
2020-08-26gsm0808: add gsm0808_create_sapi_reject_cause()Vadim Yanitskiy2-2/+14
2020-08-25socker: Remove AI_ADDRCONFIG from getaddrinfo flagsPau Espin Pedrol1-1/+1
2020-08-25osmo_sock_inti2_multiaddr: Fix memleak and free uninitialized memPau Espin Pedrol1-6/+13
2020-08-25comment: mention spec reference in cbsp.[ch]Neels Hofmeyr1-0/+1
2020-08-24osmo_sock_get_ip_and_port(): Support IPv6 socketsPau Espin Pedrol1-3/+3
2020-08-24socket: Log proper getaddrinfo() errorPau Espin Pedrol1-6/+3
2020-08-24socket: multiaddr: Support IPv4 + IPv6 addresses in SCTP associationsPau Espin Pedrol1-65/+86
2020-08-24sock: osmo_sock_init2_multiaddr: decouple addr resolution from socket creationPau Espin Pedrol1-46/+43
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: 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-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