| 30 | | * By default all IMSIs are allowed. To revert back to this state call imsi allow without any argument |
| 31 | | * The allow will be evaluated before the deny option. |
| 32 | | * The BSC config applies before the network config. |
| | 30 | * The default is to allow all IMSIs. This is equivalent to writing "imsi allow" (the argument is omitted). |
| | 31 | * The "imsi allow" filter will be evaluated before the "imsi deny" filter. |
| | 32 | * The per BSC IMSI filter is evaluated before the global IMSI filter. |
| | 33 | |
| | 34 | ===== imsi deny [IMSI] ===== |
| | 35 | * The default is to not deny any IMSI. This is equivalent to writing "imsi deny" (the argument is omitted). |
| | 36 | * The "imsi deny" filter will be evaluated after the "imsi allow" filter. |
| | 37 | * The per BSC IMSI filter is evaluated before the global IMSI filter. |