aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-293-1/+53
* 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-281-1/+1
* 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-281-1/+21
* socket: reduce code duplication, introduce socket_helper_tail()Harald Welte2021-04-281-39/+38
* socket: Introduce osmo_sock_set_priority() helper functionHarald Welte2021-04-271-0/+8
* 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-271-0/+26
* ns2: Dump frame relay state to VTY during "show ns"Harald Welte2021-04-252-0/+37
* frame_relay: Export osmo_fr_network_free()Harald Welte2021-04-251-0/+1
* sim: Remove 'printf' from library codeHarald Welte2021-04-252-7/+0
* sim: Obtain card ATR when opening the cardHarald Welte2021-04-251-0/+23
* 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-212-0/+27
* RR: add missing Extended TSC Set IENeels Hofmeyr2021-04-201-0/+1
* RR: add VAMOS channel modesNeels Hofmeyr2021-04-202-0/+48
* cosmetic: fix typo in commentPau Espin Pedrol2021-04-191-1/+1
* gsm: Support Sending Last EUTRAN PLMN Id in Handover RequiredPau Espin Pedrol2021-04-191-0/+5
* 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: tlv_parser: fix typo in func descriptionPau Espin Pedrol2021-04-141-1/+1
* 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-121-0/+17
* add osmo_bts_features_names: short BTS feature stringsNeels Hofmeyr2021-04-092-1/+27
* stats: have_value is a bool, not intOliver Smith2021-04-071-1/+1
* stats: log error when missing stats values (v2)Oliver Smith2021-04-071-0/+4
* stat_item: make value ids item specificOliver Smith2021-04-072-25/+36
* vty/logging: ensure consistent '%' prefix for warningsVadim Yanitskiy2021-04-071-6/+6
* 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
* stat_item: add comment with struct overviewOliver Smith2021-04-061-0/+17
* stat_item: make next_id argument name consistentOliver Smith2021-04-062-26/+26
* gprs_ns2: vty: remove a white space in `show binds`Alexander Couzens2021-03-311-1/+1
* gprs_ns2: fix memory leaks when receiving SNS or invalid packetsAlexander Couzens2021-03-293-21/+25
* gprs_ns2_sns: Fix memory leak when creating ip[46]_local arraysHarald Welte2021-03-291-3/+2
* add BTS_FEAT_VAMOSNeels Hofmeyr2021-03-271-0/+1
* gprs_ns2_sns: Don't create NS-VCs for binds outside the NSEHarald Welte2021-03-241-5/+9
* gprs_ns2_sns: remove code duplication in create_missing_nsvcs()Harald Welte2021-03-241-24/+25
* gprs_ns2: add vty command `nsvc <nsvci> reset`Alexander Couzens2021-03-243-3/+27
* gprs_ns2: dump_nsvc: correct indentionAlexander Couzens2021-03-241-3/+3