aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-25ns2: refactor nsvc_by_ functionsAlexander Couzens3-14/+9
2020-09-25ns2: check the specific bit of NS SDU Control bitsAlexander Couzens1-1/+2
2020-09-24ns2: vty: add missing docs for IPv6 addressAlexander Couzens1-3/+6
2020-09-25ns2: remove bssgp specific msgb->cb partsAlexander Couzens1-3/+3
2020-09-24gb/gprs_bssgb: ensure the fc timer has been stopped when freeing bssgp_bvcAlexander Couzens1-0/+2
2020-09-24gb/gprs_bssgb: check if talloc failed on btsctx->fcAlexander Couzens1-4/+12
2020-09-22vty: cosmetic: fix missing curly braces in vty_describe_command()Vadim Yanitskiy1-2/+4
2020-09-22vty: cosmetic: s/width/cmd_width/g in vty_describe_command()Vadim Yanitskiy1-10/+10
2020-09-22vty: cosmetic: drop redundant 'break' statementsVadim Yanitskiy1-2/+0
2020-09-22osmo_strlcpy: Clarify length calculationPau Espin Pedrol1-1/+1
2020-09-22osmo_strlcpy: Avoid calling memcpy with size=0Pau Espin Pedrol1-2/+2
2020-09-20vty: print program specific attributes in the XML referenceVadim Yanitskiy1-1/+26
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