aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-12gprs_ns2: add gprs_ns2_nse_nsei() to get the nsei of a nseAlexander Couzens2-0/+10
2020-10-12gprs_ns2: gprs_ns2_ip_bind() check if the bind already existsAlexander Couzens1-1/+8
2020-10-12gprs_ns2: add gprs_ns2_ip_bind_by_sockaddr() to search for binds by sockaddrAlexander Couzens2-0/+27
2020-10-12gprs_ns2: fix empty prefix in TLV Parse errorAlexander Couzens1-4/+4
2020-10-12gprs_ns2: fix SNS_ADD for IPv4Alexander Couzens1-1/+1
2020-10-10gprs_ns2: gprs_ns2_free(): add missing talloc_freeAlexander Couzens1-0/+2
2020-10-09doc tweaks for osmo_float_str_to_int(), osmo_int_to_float_str*()Neels Hofmeyr1-2/+10
2020-10-09gprs_ns2: make struct osmo_sockaddr pointers constVadim Yanitskiy6-13/+16
2020-10-09socket: make the arguments of osmo_sockaddr_cmp() constVadim Yanitskiy1-1/+2
2020-10-09gprs_ns2: Fix parsing of SNS-{ADD,DEL,CHANGE_WEIGHT}Harald Welte1-2/+2
2020-10-09gprs_ns2_udp: Avoid dangling freed struct in list if binding failsPau Espin Pedrol1-2/+1
2020-10-09osmo_float_str_to_int: When using strtoll(), use LLONG_{MAX,MIN}Harald Welte1-2/+2
2020-10-08command: add library command attribute for libosmo-abisPhilipp Maier1-0/+6
2020-10-08bssgp: Don't include RA-ID in BVC-RESET for BVCI=0 (signalling)Harald Welte1-1/+10
2020-10-07add BSSMAP coding for Location ServicesNeels Hofmeyr2-0/+105
2020-10-07add BSSMAP-LE coding for Location ServicesNeels Hofmeyr3-1/+888
2020-10-07add BSSLAP coding for Location ServicesNeels Hofmeyr3-1/+334
2020-10-07add GAD coding for Location ServicesNeels Hofmeyr3-1/+504
2020-10-07add osmo_float_str_to_int() and osmo_int_to_float_str_*()Neels Hofmeyr1-0/+189
2020-10-07gprs_ns2_vty_create: remove bind pointer checkAlexander Couzens1-10/+8
2020-10-07vty: fix vty_dump_element(): do not print empty <attributes>Vadim Yanitskiy1-1/+5
2020-10-07vty/command: restrict the use of '.', '!', and '@' as flagsVadim Yanitskiy2-0/+14
2020-10-07vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT}Vadim Yanitskiy1-6/+48
2020-10-07vty/command: print attribute flags in the output of 'list'Vadim Yanitskiy1-2/+79
2020-10-07vty/command: introduce a command to list attributesVadim Yanitskiy1-0/+97
2020-10-06command: add library command attribute for libosmo-sccpPhilipp Maier1-0/+3
2020-10-06vty/command: introduce API for the library specific attributesVadim Yanitskiy1-3/+48
2020-10-06vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy12-193/+193
2020-10-06vty/command: add CMD_ATTR_LIB_COMMAND and install() API wrappersVadim Yanitskiy1-0/+18
2020-10-06vty/command: add global command attribute CMD_ATTR_NODE_EXITVadim Yanitskiy1-0/+1
2020-10-06vty: check for reserved flags in application specific attributesVadim Yanitskiy1-0/+8
2020-10-05ns2: vty: on `show ns` add information of NS bindsAlexander Couzens3-1/+44
2020-10-05ns2: vty: allow the users (pcu/sgsn) to set a default bindAlexander Couzens1-1/+9
2020-10-04vty: check for duplicate flags in application specific attributesVadim Yanitskiy1-0/+16
2020-10-03ns2: vty: show all nseAlexander Couzens1-1/+0
2020-10-03ns2: status ind: add additional flags (first and persistent)Alexander Couzens2-0/+8
2020-10-03ns2: refactor ns2_prim_status_ind()Alexander Couzens3-16/+12
2020-10-01ns2: parse the return code of gprs_ns2_ip_bindAlexander Couzens1-2/+1
2020-09-30osmo_use_count_to_str: make robust against unused use_countNeels Hofmeyr1-0/+5
2020-09-29logging: Introduce MAX_LOG_SIZE for the magic number 4096Harald Welte1-1/+4
2020-09-29logging_vty: set osmo_stderr_target to NULL on "no log stderr"Harald Welte1-0/+2
2020-09-29write_queue: Re-enqueue msgb if write_cb returns -EAGAINHarald Welte1-3/+8
2020-09-29write_queue: use msgb_{en,de}queue_count()Harald Welte1-6/+3
2020-09-29write_queue: Add osmo_wqueue_enqueue_quiet()Harald Welte1-5/+18
2020-09-28vty/command: reflect global attributes in the XML referenceVadim Yanitskiy1-0/+26
2020-09-27cosmetic: Fix typo in API docPau Espin Pedrol1-1/+1
2020-09-26ns2: fix a msg leak when receiving REJECTED messagesAlexander Couzens2-4/+4
2020-09-25gprs_ns2: Make reason constDaniel Willmann1-2/+2
2020-09-25ns2: refactor handle_nsip_read/handle_nsfrgre_readAlexander Couzens2-12/+6
2020-09-25ns2: vty: fix behavior of vtyvc_by_nsei when vtyvc isn't foundAlexander Couzens1-7/+8