Commit 250fd63e authored by Marian Ďurkovič's avatar Marian Ďurkovič

en50221: Increase max PDU size to 4 kB

Some CAMs return almost 3 kB of data for entitlements list
parent 87323d5c
......@@ -151,7 +151,7 @@ static uint8_t *SetLength( uint8_t *p_data, int i_length )
* Transport layer
*/
#define MAX_TPDU_SIZE 2048
#define MAX_TPDU_SIZE 4096
#define MAX_TPDU_DATA (MAX_TPDU_SIZE - 4)
#define DATA_INDICATOR 0x80
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment