ASCI: Add protocol type to trans_find_by_callref() function
commit32399095be88bc05c6c4873876cc005a0b38f0ae
authorAndreas Eversberg <jolly@eversberg.eu>
Fri, 8 Sep 2023 07:46:21 +0000 (8 09:46 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Mon, 2 Oct 2023 17:37:09 +0000 (2 19:37 +0200)
tree340b4846fa3fd7b325a56f72691991286bb3128b
parent1678f53f99edd3ec601a69484ce9f42536ff9d2d
ASCI: Add protocol type to trans_find_by_callref() function

This is required, because different protocols may share the same
callref, but use different protocols. E.g. a voice group call can share
the same callref with a voice broadcast call, but these calls are
different transactions.

Related: OS#5364
Change-Id: Ifea3a81aae3b4ae897851f867b13fa987c8cbe11
src/host/layer23/include/osmocom/bb/mobile/transaction.h
src/host/layer23/src/mobile/gsm411_sms.c
src/host/layer23/src/mobile/gsm480_ss.c
src/host/layer23/src/mobile/gsm48_cc.c
src/host/layer23/src/mobile/transaction.c