aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2020-11-30CC: fix sanity expectations for call establishmentneels/mncc_codecs2Neels Hofmeyr1-0/+4
2020-11-30add full SDP codec information to the MNCC socketNeels Hofmeyr11-201/+1287
2020-11-11Use osmo_fd_*_{disable,enable}Harald Welte1-6/+6
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 Whyte2-0/+14
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-17Send "BSSMAP CommonID" to tell BSC about the IMSIHarald Welte1-0/+3
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
2020-06-24propagate Compl L3 Info Cell ID to the VLR subscriber recordNeels Hofmeyr1-0/+6
2020-06-24vty 'show connection': show msc_a->via_cell instead of vsub->cgiNeels Hofmeyr1-1/+1
2020-06-24add comments to clarify some complete l3 detailsNeels Hofmeyr2-1/+9
2020-06-22msc_ho: fix CALL IDENTIFIER in HANDOVER REQUESTPhilipp Maier2-0/+4
2020-06-22msc_a: add callref as call id to ASSIGNMENT REQ.Philipp Maier2-1/+7
2020-06-22remove empty + unused ran_up_l2.cHarald Welte1-0/+0
2020-06-19add rudimentary NRI support for MSC poolingNeels Hofmeyr1-0/+77
2020-06-19use new osmo_mobile_identity API everywhereNeels Hofmeyr5-144/+138
2020-06-18msc_vty: remove emergency-call command from networkPhilipp Maier1-5/+0
2020-05-19ran_msg_iu.c: Avoid redefining osmo-iuh global variablesPau Espin Pedrol1-10/+0
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol2-11/+11
2020-04-26SMS-over-GSUP: notify sender in case of RPL delivery failureVadim Yanitskiy1-1/+1
2020-04-26SMS-over-GSUP: notify sender about malformed GSUP messagesVadim Yanitskiy1-4/+3
2020-04-26SMS-over-GSUP: notify sender about unhandled GSUP messagesVadim Yanitskiy1-0/+1
2020-04-26SMS-over-GSUP: respond with error if net->sms_over_gsup is falseVadim Yanitskiy1-1/+1
2020-04-26SMS-over-GSUP: move net->sms_over_gsup check to gsm411_gsup_rx()Vadim Yanitskiy1-16/+8
2020-04-26SMS-over-GSUP: clarify error message about unexpected MO/MT SMSVadim Yanitskiy1-4/+4
2020-03-09fix segfault: unsolicited Paging ResponseNeels Hofmeyr1-0/+5
2020-02-09libmsc/sdp: cosmetic: fix less-than-zero comparison of an unsigned valueVadim Yanitskiy1-1/+1
2020-01-27libmsc/gsm_04_08: use DRR in gsm48_rx_rr_pag_resp(), not DMMVadim Yanitskiy1-3/+3
2020-01-27libmsc/gsm_04_08: make use of msc_a in gsm48_rx_rr_app_info()Vadim Yanitskiy1-2/+3
2020-01-27VTY: cosmetic: make struct cmd_node for GSMNET_NODE staticVadim Yanitskiy1-1/+1
2020-01-25libmsc: move subscriber expiration timer T3212 to libvlrVadim Yanitskiy2-30/+31
2020-01-25libvlr: use generic osmo_tdef API for T3250, T3260, and T3270Vadim Yanitskiy1-0/+1
2020-01-25VTY: add osmo_tdef introspection and configuration commandsVadim Yanitskiy2-0/+22