Trigger Phone Cell GSM - Disconnected to CIDs problem

Post your questions and help other users.

Moderator: Martin

Post Reply
User avatar
mechrekt
Posts: 51
Joined: 21 Oct 2013 10:11

Trigger Phone Cell GSM - Disconnected to CIDs problem

Post by mechrekt » 17 Feb 2014 15:16

Hi,
I've a flow that is executed when i go outside a "known cids area".
I realized that sometimes the flow is executed even if I don't move from the known area (I'm sure I've included all the CIDs for that area).
Analyzing the log I think I've found the problem: maybe the phone simply disconnects from gsm network for fraction of a second.
I have attached the portion of the log, at the end of that trigger.

Code: Select all

psc=-1,last_lac=36053,last_cid=27044319,connected=false,flow_name=PHONE CELL GSM DISCONNECTED,triggertime=1392623951335,last_psc=-1,cid=0,lac=36053}}
cid contains zero and not another cid from the outside known area

Maybe the problem is that there is not a "time threshold" to be set in that trigger (for example, the trigger should be activated only if the phone disconnects from a given cid for more than 1 second...)

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Trigger Phone Cell GSM - Disconnected to CIDs problem

Post by Martin » 17 Feb 2014 16:42

Hi,

You could add a condition Expression: cid!=0 and only execute the rest of your flow when it's not detecting this particular cell.
A new setting to ignore certain cells completely would also be helpful for such cases. I will add it to the todo-list to either add a list of cells to ignore or a timeout.

Regards,
Martin

User avatar
mechrekt
Posts: 51
Joined: 21 Oct 2013 10:11

Re: Trigger Phone Cell GSM - Disconnected to CIDs problem

Post by mechrekt » 17 Feb 2014 16:49

Martin wrote: A new setting to ignore certain cells completely would also be helpful for such cases. I will add it to the todo-list to either add a list of cells to ignore or a timeout.
Wow, I hope you will do, and both the options for me are very useful!

Thank you so much,
appreciate your work!

Post Reply