aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
2021-11-30libvlr: vlr_set_ciph_mode(): avoid redundant checkVadim Yanitskiy1-1/+0
2021-11-27libmsc/gsm_04_08: refactor require ciphering into an own functionAlexander Couzens2-0/+2
2021-11-05Validate the choosen UTRAN encryption algorithmAlexander Couzens1-0/+6
2021-11-05Make UTRAN encryption algorithms configurableHarald Welte2-5/+3
2021-11-05Fix enabling of UMTS UEA encryptionHarald Welte1-0/+3
2021-11-03mncc: rework passing GCR over the MNCC interfaceVadim Yanitskiy1-2/+5
2021-10-25Add support for LCLS to the MSCKeith Whyte5-2/+12
2021-08-24vlr_sgs: Balance use_count incremented in vlr_sgs_loc_updatePau Espin Pedrol1-1/+1
2021-08-24vlr_sgs.h: Set proper logic order of items in enum sgs_ue_fsm_statePau Espin Pedrol1-1/+1
2021-07-29implement CM Re-Establish for voice callsNeels Hofmeyr3-0/+6
2021-07-28add vlr_subscr_find_by_miNeels Hofmeyr1-0/+8
2021-06-24support A5/4 in Cipher Mode CommandNeels Hofmeyr1-0/+2
2021-04-29Fill Last Used E-UTRAN PLMN Id when in CSFBPau Espin Pedrol3-1/+7
2021-02-18gsm_network: drop unused neighbor_list memberNeels Hofmeyr1-4/+2
2020-09-26Convert paging response timer into an osmocom own X4 timerAlexander Couzens1-2/+0
2020-09-25fix comment in ran_peer.hNeels Hofmeyr1-1/+1
2020-09-25drop duplicate ran_peer_find() vs ran_peer_find_by_addr()Neels Hofmeyr1-2/+1
2020-09-14mncc: Support IPv6 addresses (new version mncc 7)pespin/ipv6Pau Espin Pedrol1-3/+3
2020-08-28vty: allow configuring db path from cfg fileKeith Whyte1-0/+2
2020-07-01refactor: move RESET Osmux TLV parsing to ran_msg_a.cNeels Hofmeyr3-4/+9
2020-06-22msc_a: add callref as call id to ASSIGNMENT REQ.Philipp Maier1-0/+2
2020-06-19add rudimentary NRI support for MSC poolingNeels Hofmeyr1-0/+2
2020-06-19use new osmo_mobile_identity API everywhereNeels Hofmeyr3-5/+6
2020-01-29libmsc/gsm_04_11.h: remove unused sms_deliver definitionVadim Yanitskiy1-18/+0
2020-01-27msc/sccp_ran.h: fix: do not pass -1 to osmo_rat_type_name()Vadim Yanitskiy1-2/+2
2020-01-25libmsc: move subscriber expiration timer T3212 to libvlrVadim Yanitskiy1-3/+0
2020-01-25libvlr: use generic osmo_tdef API for T3250, T3260, and T3270Vadim Yanitskiy2-8/+1
2020-01-25VTY: add osmo_tdef introspection and configuration commandsVadim Yanitskiy1-0/+4
2020-01-20msc/signal.h: remove unused (since the NiTB split up) signalsVadim Yanitskiy1-9/+0
2020-01-19libvlr: remove unused 'periodic_lu_timer' from struct vlr_subscrVadim Yanitskiy1-1/+0
2020-01-05libmsc/gsm_04_08.c: fix: verify MI before calling vlr_subscr_rx_id_resp()Vadim Yanitskiy1-0/+3
2019-12-02counters: polish documentation of cm_service_request / paging_respVadim Yanitskiy1-4/+4
2019-12-02counters: clarify documentation for MSC_CTR_CALL_* entriesVadim Yanitskiy1-7/+7
2019-12-02counters: clarify documentation for MSC_CTR_LOC_UPDATE_* entriesVadim Yanitskiy1-6/+6
2019-12-02counters: clarify documentation for MSC_CTR_SMS_* entriesVadim Yanitskiy1-7/+8
2019-11-28MNCC v6: add optional SDP to the socket protocolNeels Hofmeyr1-1/+6
2019-11-28add sdp_msg API: SDP parsing/compositionNeels Hofmeyr2-0/+69
2019-11-19Fix some typosMartin Hauke5-8/+8
2019-11-05BSSMAP: decode Codec List (BSS Supported)Neels Hofmeyr1-0/+2
2019-11-05cc trans: remove unused tch_rtp_createNeels Hofmeyr1-4/+0
2019-10-29send MNCC REL only if MNCC has actually startedNeels Hofmeyr1-0/+1
2019-10-21LOG_TRANS for CC: always log CC stateNeels Hofmeyr1-1/+3
2019-10-17make vlr_gmm_cause_to_mm_cause publicAlexander Couzens1-0/+3
2019-09-26paging: Send SGsAP-SERVICE-ABORT-REQUEST on paging timeoutPhilipp Maier1-0/+1
2019-09-18fix error on BSSMAP Cipher Mode Complete L3 msg IENeels Hofmeyr1-0/+1
2019-09-03Implement a global switch on the network to disable call waiting.Keith Whyte1-0/+3
2019-09-02cosmetic: fix call_leg_ensure_ci() decl. arg name to match impl.Neels Hofmeyr1-1/+1
2019-08-28mncc: send payload type matching chosen codecNeels Hofmeyr1-0/+3
2019-08-13add 'encryption uea 1 2' cfg / fix ttcn3 iu testsNeels Hofmeyr1-0/+5
2019-07-18replace osmo_counter with stat_itemsAlexander Couzens1-2/+20