dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32604 )
Change subject: PCUIF_Types: rename PCU_IF_SAPI_AGCH_DT to PCU_IF_SAPI_PCH_DT ......................................................................
PCUIF_Types: rename PCU_IF_SAPI_AGCH_DT to PCU_IF_SAPI_PCH_DT
The SAPI PCU_IF_SAPI_AGCH_DT has been renamed to PCU_IF_SAP_PCH_DT in the recent pcuif_proto.h version since the IMMEDIATE ASSIGNMENT what it is used for is sent on the PCH not on the AGCH.
The SAPI constant is currently not used in the TTCN3 testsuite, but it will soon be used when we introduce support for the recent PCUIF which will then use the direct TLLI (DT) method.
Related: OS#5927 Change-Id: Ifc09067bcb0f9f422ca429313fa09fea081dc316 --- M library/PCUIF_Types.ttcn 1 file changed, 19 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/04/32604/1
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn index dcae4e6..76306a3 100644 --- a/library/PCUIF_Types.ttcn +++ b/library/PCUIF_Types.ttcn @@ -53,7 +53,7 @@ PCU_IF_SAPI_PDTCH ('05'O), PCU_IF_SAPI_PRACH ('06'O), PCU_IF_SAPI_PTCCH ('07'O), - PCU_IF_SAPI_AGCH_DT ('08'O) + PCU_IF_SAPI_PCH_DT ('08'O) } with { variant "FIELDLENGTH(8)" };
type record PCUIF_Flags {