aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* gprs_ns2_sns: move selection of the next bind into own functionAlexander Couzens2021-06-071-12/+10
* ns2: Use NSVC bufid in stats reportPau Espin Pedrol2021-06-051-0/+2
* stat,rate_ctr: Allow setting group name and use it at report timePau Espin Pedrol2021-06-054-35/+60
* gprs_ns2: rework id strings of nsvcsAlexander Couzens2021-06-053-11/+19
* fsm: cosmetic: fix weird spacing in osmo_fsm_inst_alloc()Vadim Yanitskiy2021-06-041-2/+2
* Use new stat item/ctr getter APIsPau Espin Pedrol2021-06-048-47/+47
* stat,rate_ctr: Introduce new API to get counter at given indexPau Espin Pedrol2021-06-012-0/+20
* sim: Add osim_card_{reset,close}() APIHarald Welte2021-06-012-0/+51
* range_enc_determine_range(): Don't dereference array on size=0Pau Espin Pedrol2021-06-011-0/+4
* fixup for gsm48_chan_mode_to_non_vamos()Neels Hofmeyr2021-05-291-5/+2
* gsm_08_58.h: add Osmocom specific Bm/Lm CBITs for VAMOSVadim Yanitskiy2021-05-262-0/+11
* rsl: make rsl_dec_chan_nr() more readable, use RSL_CHAN_NR_MASKVadim Yanitskiy2021-05-261-31/+23
* gprs_ns2: vty: fix removing a bind from a SNSAlexander Couzens2021-05-231-0/+1
* gprs_ns2: sns: fix del bind()Alexander Couzens2021-05-231-0/+1
* add RSL_IE_OSMO_TRAINING_SEQUENCENeels Hofmeyr2021-05-191-0/+1
* vty: Introduce API vty_read_config_filepPau Espin Pedrol2021-05-181-4/+8
* vty: Implement missing public API host_config_file()Pau Espin Pedrol2021-05-171-0/+5
* osmo_sock_*_ofd(): Mark OSMO_FD_WRITE on non-blocking connect()Harald Welte2021-05-081-5/+14
* gb: Fix missing exporting symbol bssgp_encode_rim_pduPau Espin Pedrol2021-05-061-0/+1
* Revert "gb: Fix naming and export symbol bssgp_enc_rim_pdu"Pau Espin Pedrol2021-05-062-3/+2
* gsm/abis_nm: add missing NM_OC_IPAC_* value-string entriesVadim Yanitskiy2021-05-061-0/+4
* gb: Fix naming and export symbol bssgp_enc_rim_pduPau Espin Pedrol2021-05-062-2/+3
* osmo_timer_pending: Make arg constPau Espin Pedrol2021-04-291-1/+1
* 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-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