aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
2021-06-01stat,rate_ctr: Introduce new API to get counter at given indexPau Espin Pedrol2-3/+5
2021-06-01sim: Add osim_card_{reset,close}() APIHarald Welte1-0/+4
2021-05-26gsm_08_58.h: add Osmocom specific Bm/Lm CBITs for VAMOSVadim Yanitskiy1-0/+8
2021-05-19add RSL_CMOD_CRT_OSMO_TCH_VAMOS_Bm, RSL_CMOD_CRT_OSMO_TCH_VAMOS_LmNeels Hofmeyr1-0/+2
2021-05-19add RSL_IE_OSMO_TRAINING_SEQUENCENeels Hofmeyr1-0/+1
2021-05-18vty: Introduce API vty_read_config_filepPau Espin Pedrol1-1/+2
2021-05-17vty: Implement missing public API host_config_file()Pau Espin Pedrol1-1/+1
2021-05-06Revert "gb: Fix naming and export symbol bssgp_enc_rim_pdu"Pau Espin Pedrol1-1/+1
2021-05-06gb: Fix naming and export symbol bssgp_enc_rim_pduPau Espin Pedrol1-1/+1
2021-04-29osmo_timer_pending: Make arg constPau Espin Pedrol1-1/+1
2021-04-29ns2: Allow setting the socket priority for a UDP bindHarald Welte1-0/+1
2021-04-28fix default_timeout type of osmo_tdef_fsm_inst_state_chg default_timeoutNeels Hofmeyr1-1/+1
2021-04-28socket: QoS support for all our socket init functionsHarald Welte1-0/+9
2021-04-27socket: Introduce osmo_sock_set_priority() helper functionHarald Welte1-0/+1
2021-04-27socket: Introduce osmo_sock_set_dscp() to set socket DSCP valueHarald Welte1-0/+2
2021-04-25ns2: Dump frame relay state to VTY during "show ns"Harald Welte1-0/+2
2021-04-25frame_relay: Export osmo_fr_network_free()Harald Welte1-0/+1
2021-04-25sim: Obtain card ATR when opening the cardHarald Welte1-0/+11
2021-04-21gsm0808: Introduce gsm0808_old_bss_to_new_bss_info_att_tlvdefPau Espin Pedrol1-0/+1
2021-04-20RR: add missing Extended TSC Set IENeels Hofmeyr1-0/+1
2021-04-20RR: add VAMOS channel modesNeels Hofmeyr2-0/+7
2021-04-19gsm: Support Sending Last EUTRAN PLMN Id in Handover RequiredPau Espin Pedrol1-0/+3
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-14cosmetic: Fix trailing whitespacePau Espin Pedrol1-1/+1
2021-04-14gsm_08_08.h: Add extra field elements defined in other sectionsPau Espin Pedrol1-1/+4
2021-04-09add osmo_bts_features_names: short BTS feature stringsNeels Hofmeyr1-0/+5
2021-04-08deprecate osmo_bts_feature_name(), add osmo_bts_features_desc()Neels Hofmeyr1-1/+5
2021-04-07stat_item: make value ids item specificOliver Smith1-4/+8
2021-04-06stat_item: make next_id argument name consistentOliver Smith1-3/+3
2021-03-27add BTS_FEAT_VAMOSNeels Hofmeyr1-0/+1
2021-03-24gprs_ns2: rework logging of Rx and Tx NS PDUAlexander Couzens1-1/+3
2021-03-24gprs_ns2: Introduce gprs_ns2_create_nse2() for SGSN side SNSHarald Welte1-0/+3
2021-03-18tlv: Fix length returned by t{l16,16l}v_putDaniel Willmann1-2/+2
2021-03-05TODO-RELEASE: Request increasing _LAST_OSMOVTY_NODE next releaseHarald Welte1-0/+7
2021-03-01gprs_bssgp: add support for SGSN oriented RESETAlexander Couzens1-0/+2
2021-02-20logging: Deprecate API log_set_print_filenamePau Espin Pedrol1-1/+1
2021-02-19logging: Allow prefixing thread ID to each log linePau Espin Pedrol1-0/+3
2021-02-19gprs_ns2: rework IP-SNS bindsAlexander Couzens1-0/+2
2021-02-18gsm: Introduce API osmo_gsm48_rest_octets_si13_decodePau Espin Pedrol1-1/+2
2021-02-17Introduce osmo_gettid() APIPau Espin Pedrol1-0/+33
2021-02-16gsm_08_58, gsm_44_004: add struct for l1 informationPhilipp Maier2-0/+35
2021-02-16gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSEAlexander Couzens2-0/+8
2021-02-13gsm: Fix bitfield order in dtap_headerPau Espin Pedrol1-3/+3
2021-02-12bssgp_bvc_fsm: Consistent namingDaniel Willmann1-3/+3
2021-02-12bssgp2_enc_status: Truncate STATUS message to maximum PDU lengthDaniel Willmann1-1/+1
2021-02-12bssgp_bvc_fsm: Set/get maximum BSSGP PDU lengthDaniel Willmann1-0/+3
2021-02-12gprs_ns2: add signalling & data weights for UDP bindsAlexander Couzens1-0/+2
2021-02-08Fix struct bitfields on big endian systemsPau Espin Pedrol2-0/+81