Changes

no edit summary
Line 1: Line 1:  +
[[File:Fmbdeviceblockingtree.png|Figure 1 Block diagram of Countryblocking functionality|thumb|right]]
 +
 
==Introduction==
 
==Introduction==
    
In 03.27.16.Rev.00 new feature has been implemented to disable device from operating when it is being used in banned countries.<br/>
 
In 03.27.16.Rev.00 new feature has been implemented to disable device from operating when it is being used in banned countries.<br/>
In figure 1 block diagram of new logic is presented and it is presented below.
+
In figure 1 block diagram of new logic is presented and it is presented on the right.
 
  −
[[File:Fmbdeviceblockingtree.png|Figure 1 Block diagram of Countryblocking functionality|thumb|center]]
  −
<br/>
  −
 
  −
 
   
==Functionality description==
 
==Functionality description==
    
Device checks conditions to block or unblock device each 10 minutes starting from device startup.
 
Device checks conditions to block or unblock device each 10 minutes starting from device startup.
   −
===2.1 Device Blocking===
+
===Device Blocking===
 
Device will automatically block itself when conditions will be met. All of the parameters are hardcoded and cannot be changed.<br>
 
Device will automatically block itself when conditions will be met. All of the parameters are hardcoded and cannot be changed.<br>
   −
1. Device starts using banned Mobile Country Code (MCC). Allowed MCC list is made using Auto_APN.csv file. MCC removed from that list: 250 and 257.<br>
+
#Device starts using banned Mobile Country Code (MCC). Allowed MCC list is made using Auto_APN.csv file. MCC removed from that list: 250 and 257.<br>
2. Use of banned MCC for full 28 days.<br>
+
#Use of banned MCC for full 28 days.<br>
 
<br>
 
<br>
 
Device is not counting days until ban, device saves timestamp when device should be blocked (current timestamp + 28 days). That was done to protect device from unnecessary NVRAM read/write operations.<br>
 
Device is not counting days until ban, device saves timestamp when device should be blocked (current timestamp + 28 days). That was done to protect device from unnecessary NVRAM read/write operations.<br>
 
<br>
 
<br>
There is possibility to reset this timestamp, to do so, device should stop detecting banned MCC and spend full 7 days without seeing it. In case, for example, if device have counted 10 days with banned MCC and stopped detecting it and to reset that time it has not been detecting banned MCC for 5 days and then again detected banned MCC, device will continue counting time before device block from 10 days as it is shown in '''figure 1.'''<br>
+
There is possibility to reset this timestamp, to do so, device should stop detecting banned MCC and spend full 7 days without seeing it. In case, for example, if device have counted 10 days with banned MCC and stopped detecting it and to reset that time it has not been detecting banned MCC for 5 days and then again detected banned MCC, device will continue counting time before device block from 10 days as it is shown in '''figure 1.'''
 +
<br/>
 
This 7 days “counter” works in same way, it is not counting days it saves timestamp when block timestamp should be reset.<br>
 
This 7 days “counter” works in same way, it is not counting days it saves timestamp when block timestamp should be reset.<br>
   
===Device Unblocking===
 
===Device Unblocking===
 
In order to unblock device, as it is shown in block diagram, device have to detect only allowed MCCs for full 7 days, have timesync and have SIM inserted. If this counter will be interrupted by founded banned MCC it will be reset.<br>
 
In order to unblock device, as it is shown in block diagram, device have to detect only allowed MCCs for full 7 days, have timesync and have SIM inserted. If this counter will be interrupted by founded banned MCC it will be reset.<br>
 
<br>
 
<br>
 
This 7 days “counter” use same variable as 7days counter in device block part and it saves timestamp when device can be unblocked. In case if during this 7 days period conditions will be lost timestamp to unblock will be reset and user will have to fulfill conditions for full 7 days again.
 
This 7 days “counter” use same variable as 7days counter in device block part and it saves timestamp when device can be unblocked. In case if during this 7 days period conditions will be lost timestamp to unblock will be reset and user will have to fulfill conditions for full 7 days again.
 
+
<br/>
 
===Operating Device in Blocked State===
 
===Operating Device in Blocked State===
{| class="wikitable"
  −
<tr style="text-align: center; background: #DDEBF7;">
  −
|'''Blocked  Features'''
  −
|'''Description'''
  −
|-
  −
|'''Record saving'''
  −
|Device will stop  saving periodic and eventual records. Prior to device blocking saved records  will not be lost.
  −
|-
  −
|'''Record sending'''
  −
|Device will not  send any records to server. Prior saved records will be stored and sent once  device is unblocked.
  −
|-
  −
|'''Periodic scenario  update'''
  −
|Various features  will be stopped:
  −
  −
·          OBD/LVCAN
  −
  −
·          Output/Input controlling/reading
  −
  −
·          Geofencing
  −
  −
·          Trip
  −
  −
·          Ecodriving
  −
  −
·          GSM Jamming
  −
  −
·          GNSS Jamming
  −
  −
·          Fuel Consumption
  −
  −
·          Immobilizer
  −
  −
·          Overspeeding
  −
  −
·          Private/Business
  −
  −
·          Ignition update
  −
  −
·          Other SpecFW features
  −
  −
·          Sleep
  −
|-
  −
|'''Sleep (Power  Update)'''
  −
|Sleep feature will  be disabled as well as Charger update, OBD plug out notify and OBD unlocker.  Since these tasks runs under Power Update task which is responsible for  sleep.
  −
|-
  −
|'''Accelerometer'''
  −
|Accelerometer  reading will be stopped and accelerometer should not be initialized
  −
|-
  −
|'''IO element  updating'''
  −
|IO element values  will not be updated
  −
|-
  −
|'''Accelerometer  related scenarios'''
  −
|Movement  detection, crash detection etc.
  −
|-
  −
|'''BLE Sensors  updating'''
  −
|Updating of BLE  sensors will be stopped
  −
|}
  −
  −
===FW upgrade downgrade rules===
  −
Once device will be flagged as Blocked, even in unblocked state it will not be able to downgrade firmware version below 03.27.16 or upgrade to newer.<br>
  −
<br>
  −
Additionally, new manufactured devices with firmware which does support Device Blocking feature, will automatically have flag set to not allow device downgrade below 03.27.16 and upgrade to newer than 03.27.16.
  −
  −
===Pass through command===
  −
In order to allow client to know the location of the vehicle in special cases, pass through for single command has been implemented. SMS/GPRS command “getgps” will be allowed to be sent every 10 minutes to get location of the device, when it is operating in Blocked state.
  −
  −
<br>
   
<table class="nd-othertables" style="width: 100%;">
 
<table class="nd-othertables" style="width: 100%;">
 
  <tr>
 
  <tr>
Line 108: Line 38:  
         <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Record sending</td>
 
         <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Record sending</td>
 
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Device will not send any records to server. Prior saved records will be stored and sent once device is unblocked.</td>
 
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Device will not send any records to server. Prior saved records will be stored and sent once device is unblocked.</td>
    </tr>
  −
        <tr>
  −
        <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">CAN indication</td>
  −
        <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">LED</td>
   
     </tr>
 
     </tr>
 
         <tr>
 
         <tr>
Line 156: Line 82:        +
===FW upgrade downgrade rules===
 +
Once device will be flagged as Blocked, even in unblocked state it will not be able to downgrade firmware version below 03.27.16 or upgrade to newer.<br>
 +
<br>
 +
Additionally, new manufactured devices with firmware which does support Device Blocking feature, will automatically have flag set to not allow device downgrade below 03.27.16 and upgrade to newer than 03.27.16.
    +
===Pass through command===
 +
In order to allow client to know the location of the vehicle in special cases, pass through for single command has been implemented. SMS/GPRS command “getgps” will be allowed to be sent every 10 minutes to get location of the device, when it is operating in Blocked state.
 
<br>
 
<br>
   
<table class="nd-othertables" style="width: 100%;">
 
<table class="nd-othertables" style="width: 100%;">
 
  <tr>
 
  <tr>
        <th style="width: 30%; text-align:center; border-bottom: 1px solid #4c8bba; vertical-align:middle; border-bottom: 1px solid #4c8bba;; background: #4c8bba; color: white">'''Blocked Features'''</th>
  −
        <th style="width: 70%; text-align:center; border-bottom: 1px solid #4c8bba; vertical-align:middle; border-bottom: 1px solid #4c8bba;; background: #4c8bba; color: white">'''Description'''</th>
  −
    </tr>
   
         <tr>
 
         <tr>
         <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Record saving</td>
+
         <td style="width: 35%; vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-top: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Initial restriction timestamp: X</td>
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Device will stop saving periodic and eventual records. Prior to device blocking saved records will not be lost.</td>
+
         <td style="width: 65%; vertical-align:middle; border-bottom: 1px solid #4c8bba; border-top: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Returns timestamp (UNIX) when restriction was registered.</td>
 
     </tr>
 
     </tr>
 
         <tr>
 
         <tr>
         <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Record sending</td>
+
         <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Initial reset timestamp: X</td>
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Device will not send any records to server. Prior saved records will be stored and sent once device is unblocked.</td>
+
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Returns timestamp (UNIX) when block timestamp will be reset, or timestamp when device will be unblocked.</td>
 
     </tr>
 
     </tr>
 
         <tr>
 
         <tr>
         <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">CAN indication</td>
+
         <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Timestamp when device will be blocked: X</td>
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">LED</td>
+
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Returns timestamp (UNIX) when device will be blocked.</td>
 
     </tr>
 
     </tr>
 
         <tr>
 
         <tr>
         <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Periodic scenario update</td>
+
         <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Timestamp when device will be unblocked or counter will be restored: X</td>
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Various features will be stopped:
+
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Returns timestamp (UNIX) when device will be unblocked or timestamp which is used to block device will be reset.</td>
* OBD/LVCAN
  −
* Output/Input controlling/reading<br>
  −
* Geofencing<br>
  −
* Trip<br>
  −
* Ecodriving<br>
  −
* GSM Jamming<br>
  −
* GSM Jamming<br>
  −
* GNSS Jamming<br>
  −
* Fuel Consumption<br>
  −
* Immobilizer<br>
  −
* Overspeeding<br>
  −
* Private/Business<br>
  −
* Ignition update<br>
  −
* Other SpecFW features<br>
  −
* Sleep
  −
</td>
   
     </tr>
 
     </tr>
 
         <tr>
 
         <tr>
         <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Sleep (Power Update)</td>
+
         <td style="vertical-align:middle; text-align:center;border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Conditions check timestamp: X</td>
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Sleep feature will be disabled as well as Charger update, OBD plug out notify and OBD unlocker. Since these tasks runs under Power Update task which is responsible for sleep.</td>
+
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Returns timestamp (UNIX) when conditions were checked.</td>
 
     </tr>
 
     </tr>
 
         <tr>
 
         <tr>
         <td style="vertical-align:middle; text-align:center;border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Accelerometer</td>
+
         <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Time until next check: X</td>
        <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Accelerometer reading will be stopped and accelerometer should not be initialized</td>
+
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Returns time until next conditions check in seconds.</td>
    </tr>
+
     </tr>  
        <tr>
+
</table>
        <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">IO element updating</td>
  −
        <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">IO element values will not be updated</td>
  −
    </tr>
  −
        <tr>
  −
        <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">Accelerometer related scenarios</td>
  −
         <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Movement detection, crash detection etc.</td>
  −
     </tr>
  −
        <tr>
  −
        <td style="vertical-align:middle; text-align:center; border-bottom: 1px solid #4c8bba; border-left: 1px solid #4c8bba;">BLE Sensors updating</td>
  −
        <td style="vertical-align:middle; border-bottom: 1px solid #4c8bba; border-right: 1px solid #4c8bba;">Updating of BLE sensors will be stopped</td>
  −
    </tr>
  −
</table>
  −
 
  −
 
  −
 
  −
 
  −
 
  −
 
  −
Therefore [[File:Certification ce logo.png]] and [[File:UKCA labeling 34x24.png]] is placed on the product.
  −
 
  −
 
  −
{{certification disclaimer}}
  −
 
  −
==Attachments==
  −
 
  −
{|style="margin: 0 auto;valign="left""
  −
| [[File:FMB002,_FMB020_EC_DoC_V02_1.png|thumb|left|300px|x300px|EU Declaration of conformity, FMB002, FMB020 page 1]]
  −
| [[File:FMB002,_FMB020_EC_DoC_V02_2.png|thumb|left|300px|x300px|EU Declaration of conformity, FMB002, FMB020 page 2]]
  −
| [[File:FMB002,FMB020 UK DoC_V01_1.png|thumb|left|300px|x300px|UK Declaration of conformity, FMB002, FMB020 page 1]]
  −
| [[File:FMB002,FMB020 UK DoC_V01_2.png|thumb|left|300px|x300px|UK Declaration of conformity, FMB002, FMB020 page 2]]
  −
|}
     −
You can the find PDF version of the EC declaration '''[[Media:FMB002, FMB020 EC DoC V02 signed KJ.pdf|here]]'''.
     −
You can the find PDF version of the UK declaration '''[[Media:FMB002, FMB020 UK DoC V01 signed KJ.pdf|here]]'''.
        −
{{Template:ce links}}
      
[[Category:FMB020 Certification & Approvals]]
 
[[Category:FMB020 Certification & Approvals]]

Navigation menu