aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-08-24vlr_sgs: Balance use_count incremented in vlr_sgs_loc_updatePau Espin Pedrol1-1/+6
2021-08-24vlr_sgs.c: Fix missing use_count decrease in vlr_sgs_imsi_detachPau Espin Pedrol1-1/+3
2021-08-24vlr_auth_fsm.c: Simplify function auth_fsm_wait_ai_resyncPau Espin Pedrol1-7/+3
2021-08-24cosmetic: fix typos in commentsPau Espin Pedrol1-3/+3
2021-07-29implement CM Re-Establish for voice callsNeels Hofmeyr2-2/+130
2021-07-28add vlr_subscr_find_by_miNeels Hofmeyr1-0/+15
2021-07-12msc_a.c: Allow MSC_A_EV_CN_CLOSE in state MSC_A_ST_RELEASINGPau Espin Pedrol1-0/+1
2021-07-12sgs_iface.c: Improve logging when paging over SGsPau Espin Pedrol1-3/+3
2021-07-02vlr_sgs: Drop recorded LastEutranPlmnId when UE no longer associatedPau Espin Pedrol1-0/+4
2021-07-01sgs: Use available API to set vlr subscr LastUsedEutranPLMNIdPau Espin Pedrol1-6/+8
2021-06-24improve logging on encryption, for Ciphering and HOneels/a54Neels Hofmeyr2-2/+14
2021-06-24support A5/4 in inter-BSC handoverNeels Hofmeyr1-0/+12
2021-06-24support A5/4 in Cipher Mode CommandNeels Hofmeyr2-3/+33
2021-06-24vty: allow A5/4 encryption in configEric Wild1-1/+2
2021-06-23ran_msg_a.c: use gsm0808_create_cipher2()Neels Hofmeyr1-13/+16
2021-06-22osmo-msc main: use osmo_select_shutdown()Neels Hofmeyr1-5/+15
2021-06-06msc_tx_common_id(): fix potential NULL pointer dereferenceVadim Yanitskiy1-0/+2
2021-06-04Use new osmo stat items/ctr APIsPau Espin Pedrol7-64/+61
2021-04-29Fill Last Used E-UTRAN PLMN Id when in CSFBPau Espin Pedrol6-4/+79
2021-04-04SMS-over-GSUP: notify sender if no transaction foundVadim Yanitskiy1-1/+2
2021-02-09fix _gsm48_cc_trans_free(): send MNCC REL.ind on Clear RequestVadim Yanitskiy1-5/+7
2021-02-05ran_a_decode_cipher_mode_reject(): use gsm0808_get_cause()Vadim Yanitskiy1-1/+1
2021-02-05submit_to_sms(): fix the use of deprecated gsm_septets2octets()Vadim Yanitskiy1-2/+1
2020-11-25main: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-6/+15
2020-11-11Use osmo_fd_*_{disable,enable}Harald Welte1-6/+6
2020-10-24main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy1-11/+34
2020-10-19Use osmo_fd_setup() whenever applicableHarald Welte2-12/+3
2020-09-26Convert paging response timer into an osmocom own X4 timerAlexander Couzens4-10/+21
2020-09-25gsm_04_08: check return code of osmo_mobile_identity_decode_from_l3()Philipp Maier1-1/+6
2020-09-25drop duplicate ran_peer_find() vs ran_peer_find_by_addr()Neels Hofmeyr1-13/+2
2020-09-22Don't Store an SMS in the database when the ESME is not BoundKeith Whyte1-0/+10
2020-09-18mncc_call: fix memory overrunPhilipp Maier1-8/+9
2020-09-18fix MGCP timeout timerNeels Hofmeyr1-1/+1
2020-09-14mncc: Support IPv6 addresses (new version mncc 7)pespin/ipv6Pau Espin Pedrol3-10/+17
2020-09-09Support handling IPv6 Transport Address in Handover Request (Ack)Pau Espin Pedrol1-34/+14
2020-09-08Support handling IPv6 Transport Address in Assignment CompletePau Espin Pedrol1-10/+1
2020-09-08Support sending IPv6 Transport Address in Assignment CommandPau Espin Pedrol1-17/+40
2020-08-28vty: allow configuring db path from cfg fileKeith Whyte3-3/+19
2020-08-24Change default SCTP conn NULL->127.0.0.1 to localhost->localhostPau Espin Pedrol1-2/+3
2020-08-24mncc_builtin: log type of unhandled message in int_mncc_recv()Vadim Yanitskiy1-1/+2
2020-08-24mncc_builtin: cosmetic: fix coding style in int_mncc_recv()Vadim Yanitskiy1-1/+1
2020-08-24fix crash for unknown MI during Paging ResponseNeels Hofmeyr1-1/+6
2020-08-20Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol1-0/+2
2020-08-17Send "BSSMAP CommonID" to tell BSC about the IMSIHarald Welte3-14/+11
2020-07-29vty: fix vsub reference counting: call vlr_subscr_put()Vadim Yanitskiy1-0/+2
2020-07-29gsm_04_14: fix off-by-one error in create_gsm0414_msg()Vadim Yanitskiy1-1/+1
2020-07-28Clear Command: set cause value to "Call Control"Neels Hofmeyr1-0/+3
2020-07-09is_reset_msg: use proper enum for rc valueNeels Hofmeyr1-5/+5
2020-07-01sgs_tx_loc_upd_resp_cb(): fix error handling for MI encodingNeels Hofmeyr1-2/+8
2020-07-01refactor: move RESET Osmux TLV parsing to ran_msg_a.cNeels Hofmeyr3-22/+51