mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
handover: use correct handover lookup function
This commit is contained in:
@@ -246,7 +246,7 @@ static int ho_rsl_detect(struct gsm_lchan *new_lchan)
|
||||
{
|
||||
struct bsc_handover *ho;
|
||||
|
||||
ho = bsc_ho_by_old_lchan(new_lchan);
|
||||
ho = bsc_ho_by_new_lchan(new_lchan);
|
||||
if (!ho) {
|
||||
LOGP(DHO, LOGL_ERROR, "unable to find HO record\n");
|
||||
return -ENODEV;
|
||||
|
||||
Reference in New Issue
Block a user