broadband-bearer,icera: fix CID matching for unsolicited IPDPACT responses
This commit is contained in:

committed by
Aleksander Morgado

parent
2b5fb682c6
commit
7b13b5e1c0
@@ -280,7 +280,7 @@ ipdpact_received (MMAtSerialPort *port,
|
||||
return;
|
||||
|
||||
/* Setup context */
|
||||
ctx.cid = 0;
|
||||
ctx.cid = cid;
|
||||
ctx.status = MM_BROADBAND_BEARER_ICERA_CONNECTION_STATUS_UNKNOWN;
|
||||
|
||||
switch (status) {
|
||||
|
Reference in New Issue
Block a user