aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-13msgb_alloc_headroom: Change size args to be uint16_tPau Espin Pedrol1-2/+2
2021-06-11bts_feature: Introduce feature to speak to PCUPau Espin Pedrol2-0/+3
2021-06-11ipaccess: Add new osmo extension IPAC_PROTO_EXT_PCUPau Espin Pedrol1-0/+1
2021-06-10ns2: use same name in ctr_group as stat_item_groupMichael Iedema1-0/+1
2021-06-08kdf: add key derivation functionsEric16-1/+1752
2021-06-07stats_vty: also show rate counter group name (if present)Vadim Yanitskiy1-1/+4
2021-06-07gprs_ns2_sns: move gss->remote specific check out of add_ip4_elem/add_ip6_elemAlexander Couzens1-8/+8
2021-06-07gprs_ns2_sns: use struct ns2_sns_elems in add/update/remove remote_elemsAlexander Couzens1-41/+47
2021-06-07gprs_ns2_sns: refactor ns2_clear_ipv46_entries_local to use new elems functionsAlexander Couzens1-19/+10
2021-06-07gprs_ns2_sns: refactor local and remote entries into a structAlexander Couzens1-105/+102
2021-06-07gprs_ns2_sns: bss: improve validation of configurationAlexander Couzens1-1/+49
2021-06-07gprs_ns2_sns: move selection of the next bind into own functionAlexander Couzens1-12/+10
2021-06-05ns2: Use NSVC bufid in stats reportPau Espin Pedrol1-0/+2
2021-06-05stat,rate_ctr: Allow setting group name and use it at report timePau Espin Pedrol7-35/+67
2021-06-05gprs_ns2: rework id strings of nsvcsAlexander Couzens3-11/+19
2021-06-04fsm: cosmetic: fix weird spacing in osmo_fsm_inst_alloc()Vadim Yanitskiy1-2/+2
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol10-93/+93
2021-06-03gsm_08_58.h: add mask for Osmocom specific VAMOS C-bitsVadim Yanitskiy1-0/+1
2021-06-01stat,rate_ctr: Introduce new API to get counter at given indexPau Espin Pedrol4-3/+25
2021-06-01sim: Add osim_card_{reset,close}() APIHarald Welte4-0/+56
2021-06-01range_enc_determine_range(): Don't dereference array on size=0Pau Espin Pedrol1-0/+4
2021-05-29fixup for gsm48_chan_mode_to_non_vamos()Neels Hofmeyr1-5/+2
2021-05-26gsm_08_58.h: add Osmocom specific Bm/Lm CBITs for VAMOSVadim Yanitskiy3-0/+19
2021-05-26rsl: make rsl_dec_chan_nr() more readable, use RSL_CHAN_NR_MASKVadim Yanitskiy1-31/+23
2021-05-23gprs_ns2: vty: fix removing a bind from a SNSAlexander Couzens1-0/+1
2021-05-23gprs_ns2: sns: fix del bind()Alexander Couzens1-0/+1
2021-05-19add RSL_CMOD_CRT_OSMO_TCH_VAMOS_Bm, RSL_CMOD_CRT_OSMO_TCH_VAMOS_LmNeels Hofmeyr1-0/+2
2021-05-19add RSL_IE_OSMO_TRAINING_SEQUENCENeels Hofmeyr2-0/+2
2021-05-18vty: Introduce API vty_read_config_filepPau Espin Pedrol3-5/+11
2021-05-17vty: Implement missing public API host_config_file()Pau Espin Pedrol2-1/+6
2021-05-08osmo_sock_*_ofd(): Mark OSMO_FD_WRITE on non-blocking connect()Harald Welte1-5/+14
2021-05-06gb: Fix missing exporting symbol bssgp_encode_rim_pduPau Espin Pedrol1-0/+1
2021-05-06Revert "gb: Fix naming and export symbol bssgp_enc_rim_pdu"Pau Espin Pedrol3-4/+3
2021-05-06gsm/abis_nm: add missing NM_OC_IPAC_* value-string entriesVadim Yanitskiy1-0/+4
2021-05-06gb: Fix naming and export symbol bssgp_enc_rim_pduPau Espin Pedrol3-3/+4
2021-04-29osmo_timer_pending: Make arg constPau Espin Pedrol2-2/+2
2021-04-29ns2: change the 'priority' setting name to 'socket-priority'Harald Welte1-2/+2
2021-04-29ipa_ccm_make_id_resp: Make it work at allHarald Welte1-1/+1
2021-04-29Fix ipa_ccm_make_id_resp_from_req to work at allHarald Welte1-3/+8
2021-04-29Fix ipa_ccm_make_id_resp_from_reqHarald Welte1-2/+2
2021-04-29ns2: Allow setting the socket priority for a UDP bindHarald Welte5-4/+57
2021-04-29gprs_ns: Fix another DSCP vs. TOS mistake in old NS codeHarald Welte1-9/+4
2021-04-29ns2: migrate from osmo_sock_set_dscp() to OSMO_SOCK_F_DSCP()Harald Welte2-21/+4
2021-04-29gprs_ns2_frgre: Ensure DSCP is sin premitted value rangeHarald Welte1-0/+3
2021-04-29gprs_ns2: Fix yet another DSCP vs. TOS mix-upHarald Welte1-3/+5
2021-04-28fix default_timeout type of osmo_tdef_fsm_inst_state_chg default_timeoutNeels Hofmeyr3-2/+3
2021-04-28socket: IPv6 support for osmo_sock_set_dscp()Harald Welte1-7/+36
2021-04-28socket: QoS support for all our socket init functionsHarald Welte2-1/+30
2021-04-28socket: reduce code duplication, introduce socket_helper_tail()Harald Welte1-39/+38
2021-04-27socket: Introduce osmo_sock_set_priority() helper functionHarald Welte2-0/+9