Commit c17712d3 authored by jperaldi's avatar jperaldi

ACP interface QTY needs to be updated

WARNING: SIDL interface is not aligned with SIDL interfaces from Sequans from mid july
parent 1cd5bf63
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
SIDL_BEGIN_C_INTERFACE SIDL_BEGIN_C_INTERFACE
/** Defines MAX ACP context quantity. */ /** Defines MAX ACP context quantity. */
#define ACP_MAX_CTX_QTY 4 #define ACP_MAX_CTX_QTY 10
/** Defines MAX peers quantity. */ /** Defines MAX peers quantity. */
#define ACP_MAX_PEER_QTY 5 #define ACP_MAX_PEER_QTY 10
/** Defines ACP Context. */ /** Defines ACP Context. */
typedef void* acpCtx_t; typedef void* acpCtx_t;
......
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