aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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 Welte2-0/+28
2021-04-25ns2: Dump frame relay state to VTY during "show ns"Harald Welte3-0/+39
2021-04-25frame_relay: Export osmo_fr_network_free()Harald Welte2-0/+2
2021-04-25sim: Remove 'printf' from library codeHarald Welte2-7/+0
2021-04-25sim: Obtain card ATR when opening the cardHarald Welte3-0/+35
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 Pedrol4-1/+29
2021-04-20RR: add missing Extended TSC Set IENeels Hofmeyr2-0/+2
2021-04-20RR: add VAMOS channel modesNeels Hofmeyr4-0/+55
2021-04-19cosmetic: fix typo in commentPau Espin Pedrol1-1/+1
2021-04-19gsm: Support Sending Last EUTRAN PLMN Id in Handover RequiredPau Espin Pedrol3-0/+9
2021-04-19protocol/gsm_08_58.h: add asymmetric CSD data ratesVadim Yanitskiy1-0/+7
2021-04-19protocol/gsm_08_58.h: add more 'Channel rate and type' valuesVadim Yanitskiy1-4/+9
2021-04-19protocol/gsm_08_58.h: add RSL_CMOD_SP_{GSM4,GSM5,GSM6}Vadim Yanitskiy1-0/+3
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: Fix trailing whitespacePau Espin Pedrol1-1/+1
2021-04-14cosmetic: tlv_parser: fix typo in func descriptionPau Espin Pedrol1-1/+1
2021-04-14gsm_08_08.h: Add extra field elements defined in other sectionsPau Espin Pedrol1-1/+4
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 Yanitskiy2-0/+20
2021-04-09add osmo_bts_features_names: short BTS feature stringsNeels Hofmeyr3-1/+32
2021-04-08deprecate osmo_bts_feature_name(), add osmo_bts_features_desc()Neels Hofmeyr1-1/+5
2021-04-07stats: have_value is a bool, not intOliver Smith1-1/+1
2021-04-07stats: log error when missing stats values (v2)Oliver Smith3-0/+10
2021-04-07stats_test: restore stat_item_get_next assertsOliver Smith1-18/+18
2021-04-07stat_item: make value ids item specificOliver Smith4-44/+44
2021-04-07vty/logging: ensure consistent '%' prefix for warningsVadim Yanitskiy2-7/+7
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