aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gsm0503_coding: use ahs tables when encoding ahs codec id2021q1Philipp Maier2021-09-241-1/+1
* osmo_timer_pending: Make arg constPau Espin Pedrol2021-04-292-2/+2
* ns2: change the 'priority' setting name to 'socket-priority'Harald Welte2021-04-291-2/+2
* ipa_ccm_make_id_resp: Make it work at allHarald Welte2021-04-291-1/+1
* Fix ipa_ccm_make_id_resp_from_req to work at allHarald Welte2021-04-291-3/+8
* Fix ipa_ccm_make_id_resp_from_reqHarald Welte2021-04-291-2/+2
* ns2: Allow setting the socket priority for a UDP bindHarald Welte2021-04-295-4/+57
* gprs_ns: Fix another DSCP vs. TOS mistake in old NS codeHarald Welte2021-04-291-9/+4
* ns2: migrate from osmo_sock_set_dscp() to OSMO_SOCK_F_DSCP()Harald Welte2021-04-292-21/+4
* gprs_ns2_frgre: Ensure DSCP is sin premitted value rangeHarald Welte2021-04-291-0/+3
* gprs_ns2: Fix yet another DSCP vs. TOS mix-upHarald Welte2021-04-291-3/+5
* fix default_timeout type of osmo_tdef_fsm_inst_state_chg default_timeoutNeels Hofmeyr2021-04-283-2/+3
* socket: IPv6 support for osmo_sock_set_dscp()Harald Welte2021-04-281-7/+36
* socket: QoS support for all our socket init functionsHarald Welte2021-04-282-1/+30
* socket: reduce code duplication, introduce socket_helper_tail()Harald Welte2021-04-281-39/+38
* socket: Introduce osmo_sock_set_priority() helper functionHarald Welte2021-04-272-0/+9
* ns2: Fix setting the DSCP value.Harald Welte2021-04-272-3/+5
* socket: Introduce osmo_sock_set_dscp() to set socket DSCP valueHarald Welte2021-04-272-0/+28
* ns2: Dump frame relay state to VTY during "show ns"Harald Welte2021-04-253-0/+39
* frame_relay: Export osmo_fr_network_free()Harald Welte2021-04-252-0/+2
* sim: Remove 'printf' from library codeHarald Welte2021-04-252-7/+0
* sim: Obtain card ATR when opening the cardHarald Welte2021-04-253-0/+35
* gsm48_mr_cfg_from_gsm0808_sc_cfg(): drop bitmask without effectNeels Hofmeyr2021-04-221-1/+1
* gsm0808: Introduce gsm0808_old_bss_to_new_bss_info_att_tlvdefPau Espin Pedrol2021-04-214-1/+29
* RR: add missing Extended TSC Set IENeels Hofmeyr2021-04-202-0/+2
* RR: add VAMOS channel modesNeels Hofmeyr2021-04-204-0/+55
* cosmetic: fix typo in commentPau Espin Pedrol2021-04-191-1/+1
* gsm: Support Sending Last EUTRAN PLMN Id in Handover RequiredPau Espin Pedrol2021-04-193-0/+9
* protocol/gsm_08_58.h: add asymmetric CSD data ratesVadim Yanitskiy2021-04-191-0/+7
* protocol/gsm_08_58.h: add more 'Channel rate and type' valuesVadim Yanitskiy2021-04-191-4/+9
* protocol/gsm_08_58.h: add RSL_CMOD_SP_{GSM4,GSM5,GSM6}Vadim Yanitskiy2021-04-191-0/+3
* gprs_ns2: add functions for SNS add/del/change-weight messagesAlexander Couzens2021-04-182-0/+135
* gprs_ns2: SNS: allow transition missing transition GPRS_SNS_ST_UNCONFIGUREDAlexander Couzens2021-04-181-1/+2
* cosmetic: Fix trailing whitespacePau Espin Pedrol2021-04-141-1/+1
* cosmetic: tlv_parser: fix typo in func descriptionPau Espin Pedrol2021-04-141-1/+1
* gsm_08_08.h: Add extra field elements defined in other sectionsPau Espin Pedrol2021-04-141-1/+4
* gprs_ns2: fix nsvc block and unblock vty commandAlexander Couzens2021-04-131-2/+2
* vty/logging: logp: properly handle library specific sub-systemsVadim Yanitskiy2021-04-122-0/+20
* add osmo_bts_features_names: short BTS feature stringsNeels Hofmeyr2021-04-093-1/+32
* deprecate osmo_bts_feature_name(), add osmo_bts_features_desc()Neels Hofmeyr2021-04-081-1/+5
* stats: have_value is a bool, not intOliver Smith2021-04-071-1/+1
* stats: log error when missing stats values (v2)Oliver Smith2021-04-073-0/+10
* stats_test: restore stat_item_get_next assertsOliver Smith2021-04-071-18/+18
* stat_item: make value ids item specificOliver Smith2021-04-074-44/+44
* vty/logging: ensure consistent '%' prefix for warningsVadim Yanitskiy2021-04-072-7/+7
* vty/logging: use consistent quiting in warning messagesVadim Yanitskiy2021-04-071-4/+4
* gprs_ns2_vty: print a response to vty `nsvc <nsvci> (block|unblock|reset)Alexander Couzens2021-04-072-2/+34
* gprs_ns2: sns: remove the initial SNS NSVC if it's not partAlexander Couzens2021-04-071-0/+4
* gprs_ns2: sns: ensure the sns->alive state is correctAlexander Couzens2021-04-061-0/+12
* gprs_ns2: nsvc_fsm: reorder notification st_alive_on_enter()Alexander Couzens2021-04-061-1/+1