From 53814241b3a473e1f6a79fdc1b1b56c05ec8a55b Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Tue, 2 Aug 2016 15:54:33 +0200 Subject: [PATCH] AMPS: Note about future callref handling --- src/amps/amps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amps/amps.c b/src/amps/amps.c index 11c8f2c..cb85856 100644 --- a/src/amps/amps.c +++ b/src/amps/amps.c @@ -759,6 +759,7 @@ inval: PDEBUG(DAMPS, DEBUG_INFO, "Call to mobile station, paging station id '%s'\n", dialing); /* 6. trying to page mobile station */ +#warning FIXME: Move callref to transaction, similar to the cnetz base station amps->sender.callref = callref; trans = create_transaction(amps, TRANS_PAGE, min1, min2, 0, 0, 0, 0);