WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
// * @desc Confirmation of the ITS-S application shall deregistration
// * @param p_hostITS_scuId The ITS-SCU-ID of the ITS-S host where the service provider ITS-S application resides together with an ITS-S application reference number being unique at this ITS-SCU
// * @param p_serviceId The globally unique ITS-AID of the ITS-S application
// * @see ISO 24102-5 Clause 8.3.1
// */
// template (present) GCregClient mw_gCregClient(
// in template (present) ITS_scuId p_hostITS_scuId,
// in template (present) ITSaid p_serviceId
// ) := {
// applicationID := {
// hostITS_scuId := p_hostITS_scuId,
// seqNumber := ?
// }, // End of 'applicationID' field
// priority := ?,
// serviceID := p_serviceId,
// contextData := ?
// } // End of template mw_gCregClient
//
// } // End of group cregClientMessageRecv
}// End of group cregClientMessage
}// End of group cregClientMessage
// TODO To be removed
// group cderegClientMessage {
//
// /**
// * @desc ITS-S application shall deregister its supported service at the groupcasting manager using the services of the groupcasting registration handler
// * @param p_hostITS_scuId The ITS-SCU-ID of the ITS-S host where the service provider ITS-S application resides together with an ITS-S application reference number being unique at this ITS-SCU
// * @desc Confirmation of the ITS-S application shall deregistration
// * @param p_hostITS_scuId The ITS-SCU-ID of the ITS-S host where the service provider ITS-S application resides together with an ITS-S application reference number being unique at this ITS-SCU
// *
// @see ISO 29281-2 Clause 8.1
// @see ISO 24102-5 Clause 8.3.3
// */
// template GCderegClient mw_gCderegClient(
// in template (present) ITS_scuId p_hostITS_scuId