From f28b660666e56b4f803ab97983b60615fb5e63ae Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 8 Jan 2018 13:48:01 +0100 Subject: Print FN delta on L1 errors Change-Id: Ieb99c970eafb25b504c2b85221fb12d5a3c39789 --- src/common/l1sap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/common/l1sap.c b/src/common/l1sap.c index 18aee935..30c2759e 100644 --- a/src/common/l1sap.c +++ b/src/common/l1sap.c @@ -458,8 +458,8 @@ static int l1sap_info_time_ind(struct gsm_bts *bts, frames_expired = info_time_ind->fn - btsb->gsm_time.fn; if (frames_expired > 1) { LOGP(DL1P, LOGL_ERROR, - "Invalid condition detected: Frame difference is %"PRIu32"-%"PRIu32" > 1!\n", - info_time_ind->fn, btsb->gsm_time.fn); + "Invalid condition detected: Frame difference is %"PRIu32"-%"PRIu32"=%d > 1!\n", + info_time_ind->fn, btsb->gsm_time.fn, frames_expired); } /* Update our data structures with the current GSM time */ -- cgit v1.2.3