[LPA]1.修改lpa的buf解决获取esim资源失败的问题

This commit is contained in:
alisa 2023-09-06 11:16:31 +08:00
parent 948687ed10
commit e12da763d3

View File

@ -87,7 +87,7 @@ bool _seMediaDriverUpdateModemCommunicationPortConfiguration(HANDLE pModemHandle
bool _seMediaDriverUpdateModemCommunicationTimeOutConfiguration(HANDLE pModemHandle);
#endif // LPA_SDK__PLATFORM_WIN
#define GENERIC_MODEM_RESPONSE_BUFFER_SIZE 1536 // Can be increased in case modem perform multiple GetResponse chaining by itself
#define GENERIC_MODEM_RESPONSE_BUFFER_SIZE 2048 // Can be increased in case modem perform multiple GetResponse chaining by itself
static char responseBuffer[GENERIC_MODEM_RESPONSE_BUFFER_SIZE];
#define GM_AT_COMMAND_BUFFER_SIZE 600 // AT command (Can vary) + (APDU header (5x2) + APDU data (255x2) + 2 quotes => 522) + '\0' => Commonly 537 characters, keep comfortable security