aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-09bssmap_le/bsslap tests: We must use %td for ptrdiff_t printingHarald Welte2-9/+9
2020-10-08command: add library command attribute for libosmo-abisPhilipp Maier3-0/+10
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 Hofmeyr4-0/+158
2020-10-07add BSSMAP-LE coding for Location ServicesNeels Hofmeyr10-1/+1320
2020-10-07add BSSLAP coding for Location ServicesNeels Hofmeyr11-1/+698
2020-10-07add GAD coding for Location ServicesNeels Hofmeyr10-1/+1030
2020-10-07add osmo_float_str_to_int() and osmo_int_to_float_str_*()Neels Hofmeyr4-0/+1000
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 Yanitskiy5-0/+27
2020-10-07vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT}Vadim Yanitskiy2-17/+57
2020-10-07tests/vty: verify 'show vty-attributes' / 'list' commandsVadim Yanitskiy2-0/+157
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-06vty: introduce and use VTY_CMD_USR_ATTR_NUMVadim Yanitskiy1-2/+5
2020-10-06command: add library command attribute for libosmo-sccpPhilipp Maier2-0/+4
2020-10-06vty/command: introduce API for the library specific attributesVadim Yanitskiy2-3/+63
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 Yanitskiy2-0/+21
2020-10-06vty/command: add global command attribute CMD_ATTR_NODE_EXITVadim Yanitskiy2-0/+2
2020-10-06vty: check for reserved flags in application specific attributesVadim Yanitskiy3-0/+12
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 Couzens2-2/+11
2020-10-04vty: check for duplicate flags in application specific attributesVadim Yanitskiy3-0/+36
2020-10-04tests: do not ignore stderr of vty_test, also match itVadim Yanitskiy3-2/+64
2020-10-03ns2: vty: show all nseAlexander Couzens1-1/+0
2020-10-03ns2: status ind: add additional flags (first and persistent)Alexander Couzens3-0/+14
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-30gsm_12_21: add osmo_oml_nsvc_address_type for OML NM_ATT_OSMO_NS_LINK_CFGAlexander Couzens1-0/+7
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 Welte2-5/+19
2020-09-28vty/command: reflect global attributes in the XML referenceVadim Yanitskiy1-0/+26
2020-09-28vty/command: introduce new attribute CMD_ATTR_IMMEDIATEVadim Yanitskiy1-0/+1
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 Willmann2-3/+3
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
2020-09-25ns2: ns2_recv_vc: remove unused parameter nsiAlexander Couzens4-11/+8
2020-09-25ns2: refactor nsvc_by_ functionsAlexander Couzens4-19/+14
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