aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-27ns2: add value strings for ns2_affecting_cause_prim_str & ns2_prim_strAlexander Couzens3-0/+31
2020-10-27gprs_ns2: remove the nsvc fsm timer when cleaning up the fsmAlexander Couzens1-1/+9
2020-10-27gb: ns2_sns: Add missing value_string entry for GPRS_SNS_EV_NO_NSVCPau Espin Pedrol1-0/+1
2020-10-27gb: ns2_sns: Fix missing trailing newline char in log linePau Espin Pedrol1-1/+1
2020-10-25vty/command: fix: restrict the expert mode to the current sessionVadim Yanitskiy3-20/+41
2020-10-24application: do not document unrelated forward-declarationsVadim Yanitskiy1-6/+3
2020-10-23select: Migrate over to poll()Harald Welte4-3/+164
2020-10-23vty/command: add CMD_ATTR_HIDDEN to CMD_ATTR_PUBLIC_MASKVadim Yanitskiy1-1/+1
2020-10-23vty/command: introduce vty_dump_xml_ref_mode()Vadim Yanitskiy2-2/+53
2020-10-21vty/command: make some 'struct cmd_element' pointers constVadim Yanitskiy1-13/+9
2020-10-21lapdm: Allow SABM L=0 in Timer Recovery StatePau Espin Pedrol1-0/+17
2020-10-21lapdm: Split lapd_rx_u() spaghetti into one function per message typePau Espin Pedrol1-365/+414
2020-10-21lapdm: Drop log lines printing fmt=BPau Espin Pedrol1-4/+0
2020-10-21vty: introduce the expert mode and a command to enable itVadim Yanitskiy5-13/+126
2020-10-19logging: introduce 'systemd-journal' targetVadim Yanitskiy5-0/+211
2020-10-19select: Introduce osmo_fd_{read,write}_{enable,disable}()Harald Welte2-0/+29
2020-10-17ns2: More verbose comments on gprs_ns2_vc_modeHarald Welte1-2/+7
2020-10-17rsl: rsl_chan_nr_str_buf(): use ABIS_RSL_CHAN_NR_CBITS_* macrosVadim Yanitskiy1-10/+10
2020-10-15[cosmetic] rest_octets: Follow coding style regarding {}Harald Welte1-23/+46
2020-10-15gsm48_rest_octets: Add parser for SI4 rest octetsHarald Welte3-0/+47
2020-10-15gad.c: fix rc for osmo_gad_enc_ell_point_unc_circle()Neels Hofmeyr1-1/+1
2020-10-15gad.c: try to workaround warning for "h.type >= 0"Neels Hofmeyr1-2/+2
2020-10-13contrib: jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-1/+1
2020-10-13gsm: Fix make distcheck with parallel makePau Espin Pedrol2-1/+4
2020-10-12add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_strAlexander Couzens4-0/+151
2020-10-12gprs_ns2: add gprs_ns2_ip_vc_equal()Alexander Couzens3-0/+39
2020-10-12cosmetic: vty: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-10-12vty: Fix left shifting out of range on signed variablePau Espin Pedrol1-3/+3
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 Couzens3-0/+28
2020-10-12gprs_ns2: gprs_ns2_ip_vc_remote() the nsvc can be also constAlexander Couzens2-2/+2
2020-10-12gprs_ns2: add gprs_ns2_nse_sns_remote() returns the initial SNS addressAlexander Couzens3-0/+17
2020-10-12gprs_ns2: add gprs_ns2_ip_vc_local() return the local sockaddrAlexander Couzens3-0/+19
2020-10-12gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remoteAlexander Couzens6-10/+10
2020-10-12gprs_ns2: const the return value of gprs_ns2_ip_vc_sockaddr / gprs_ns2_ip_bin...Alexander Couzens5-12/+14
2020-10-12gprs_ns2: add gprs_ns2_free_nses() to free all NS-EAlexander Couzens3-6/+12
2020-10-12gprs_ns2: add gprs_ns2_free_binds() to free all bindsAlexander Couzens3-4/+12
2020-10-12gprs_ns2: add gprs_ns2_nse_nsei() to get the nsei of a nseAlexander Couzens3-0/+11
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 Couzens3-0/+29
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 Yanitskiy7-22/+26
2020-10-09socket: make the arguments of osmo_sockaddr_cmp() constVadim Yanitskiy2-2/+4
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-09bssmap_le/bsslap tests: We must use %td for ptrdiff_t printingHarald Welte2-9/+9