Remove unexisting support for CAMv1

This commit is contained in:
emanuel 2024-02-02 15:49:40 +00:00
parent 4739dabc63
commit 66a81c11dd
1 changed files with 2 additions and 5 deletions

View File

@ -689,11 +689,8 @@ static int networking_packet_indication_btp(EIS_NetworkingPacketIndication_t* np
switch (bpi->destinationPort) {
case EIS_Port_cam:
switch (pver) {
case 1:
its_msg_descriptor = &asn_DEF_EI1_CAM;
its_msg = calloc(1, sizeof(EI1_CAM_t));
its_msg_type = EI1_messageID_cam;
break;
/* Only CAMv2 is supported (as in 1.4.1 - 2.1.1) */
/* Use by default CDDv2 */
case 2:
its_msg_descriptor = &asn_DEF_EI2_CAM;
its_msg = calloc(1, sizeof(EI2_CAM_t));