aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb
AgeCommit message (Expand)AuthorFilesLines
2020-10-12gprs_ns2: add gprs_ns2_ip_vc_equal()Alexander Couzens2-0/+35
2020-10-12gprs_ns2: Partial revert 48f63867 allow to create NS_ALIVE NSVCAlexander Couzens1-15/+10
2020-10-12gprs_ns2: add gprs_ns2_nse_foreach_nsvc()Alexander Couzens2-0/+23
2020-10-12gprs_ns2: gprs_ns2_ip_vc_remote() the nsvc can be also constAlexander Couzens1-1/+1
2020-10-12gprs_ns2: add gprs_ns2_nse_sns_remote() returns the initial SNS addressAlexander Couzens2-0/+16
2020-10-12gprs_ns2: add gprs_ns2_ip_vc_local() return the local sockaddrAlexander Couzens2-0/+18
2020-10-12gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remoteAlexander Couzens5-9/+9
2020-10-12gprs_ns2: const the return value of gprs_ns2_ip_vc_sockaddr / gprs_ns2_ip_bin...Alexander Couzens4-10/+12
2020-10-12gprs_ns2: add gprs_ns2_free_nses() to free all NS-EAlexander Couzens2-6/+11
2020-10-12gprs_ns2: add gprs_ns2_free_binds() to free all bindsAlexander Couzens2-4/+11
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-09gprs_ns2: make struct osmo_sockaddr pointers constVadim Yanitskiy6-13/+16
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-08bssgp: Don't include RA-ID in BVC-RESET for BVCI=0 (signalling)Harald Welte1-1/+10
2020-10-07gprs_ns2_vty_create: remove bind pointer checkAlexander Couzens1-10/+8
2020-10-06vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy3-51/+51
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-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-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
2020-09-25ns2: ns2_recv_vc: remove unused parameter nsiAlexander Couzens4-11/+8
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-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-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 Couzens10-2/+5984
2020-09-07gb/common_vty: use void *Alexander Couzens1-2/+2
2020-09-06gb/gprs_bssgp: remove superfluous whitespaceAlexander Couzens1-1/+1
2020-08-13Bump version: 1.3.0.173-51974 → 1.4.01.4.0Harald Welte1-1/+1
2020-08-04Gb/BSSGP: replace hardcoded Tx into NS library by a callbackAlexander Couzens6-23/+51
2020-07-28gprs_ns: fix typo in commentAlexander Couzens1-1/+1