aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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_IE_OSMO_TRAINING_SEQUENCENeels Hofmeyr1-0/+1
2021-05-18vty: Introduce API vty_read_config_filepPau Espin Pedrol1-4/+8
2021-05-17vty: Implement missing public API host_config_file()Pau Espin Pedrol1-0/+5
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 Pedrol2-3/+2
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 Pedrol2-2/+3
2021-04-29osmo_timer_pending: Make arg constPau Espin Pedrol1-1/+1
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 Welte3-1/+53
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 Hofmeyr1-1/+1
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 Welte1-1/+21
2021-04-28socket: reduce code duplication, introduce socket_helper_tail()Harald Welte1-39/+38
2021-04-27socket: Introduce osmo_sock_set_priority() helper functionHarald Welte1-0/+8
2021-04-27ns2: Fix setting the DSCP value.Harald Welte2-3/+5
2021-04-27socket: Introduce osmo_sock_set_dscp() to set socket DSCP valueHarald Welte1-0/+26
2021-04-25ns2: Dump frame relay state to VTY during "show ns"Harald Welte2-0/+37
2021-04-25frame_relay: Export osmo_fr_network_free()Harald Welte1-0/+1
2021-04-25sim: Remove 'printf' from library codeHarald Welte2-7/+0
2021-04-25sim: Obtain card ATR when opening the cardHarald Welte1-0/+23
2021-04-22gsm48_mr_cfg_from_gsm0808_sc_cfg(): drop bitmask without effectNeels Hofmeyr1-1/+1
2021-04-21gsm0808: Introduce gsm0808_old_bss_to_new_bss_info_att_tlvdefPau Espin Pedrol2-0/+27
2021-04-20RR: add missing Extended TSC Set IENeels Hofmeyr1-0/+1
2021-04-20RR: add VAMOS channel modesNeels Hofmeyr2-0/+48
2021-04-19cosmetic: fix typo in commentPau Espin Pedrol1-1/+1
2021-04-19gsm: Support Sending Last EUTRAN PLMN Id in Handover RequiredPau Espin Pedrol1-0/+5
2021-04-18gprs_ns2: add functions for SNS add/del/change-weight messagesAlexander Couzens2-0/+135
2021-04-18gprs_ns2: SNS: allow transition missing transition GPRS_SNS_ST_UNCONFIGUREDAlexander Couzens1-1/+2
2021-04-14cosmetic: tlv_parser: fix typo in func descriptionPau Espin Pedrol1-1/+1
2021-04-13gprs_ns2: fix nsvc block and unblock vty commandAlexander Couzens1-2/+2
2021-04-12vty/logging: logp: properly handle library specific sub-systemsVadim Yanitskiy1-0/+17
2021-04-09add osmo_bts_features_names: short BTS feature stringsNeels Hofmeyr2-1/+27
2021-04-07stats: have_value is a bool, not intOliver Smith1-1/+1
2021-04-07stats: log error when missing stats values (v2)Oliver Smith1-0/+4
2021-04-07stat_item: make value ids item specificOliver Smith2-25/+36
2021-04-07vty/logging: ensure consistent '%' prefix for warningsVadim Yanitskiy1-6/+6
2021-04-07vty/logging: use consistent quiting in warning messagesVadim Yanitskiy1-4/+4
2021-04-07gprs_ns2_vty: print a response to vty `nsvc <nsvci> (block|unblock|reset)Alexander Couzens2-2/+34