diff options
| author | Daniel <0xc0decafe@users.noreply.github.com> | 2016-10-17 13:30:41 +0200 | 
|---|---|---|
| committer | Daniel <0xc0decafe@users.noreply.github.com> | 2016-10-17 13:30:41 +0200 | 
| commit | 46192a325a70dde853460db9c10954a2e0db4161 (patch) | |
| tree | b9476340a184898f8161fe85a7b397ee5bd78c0b /config.example | |
| parent | b10dee82bf48d4c45f1200b18770755219eeb0a3 (diff) | |
added processUnstructuredSS, unencoded IMSI in cfg
Diffstat (limited to 'config.example')
| -rw-r--r-- | config.example | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config.example b/config.example index a688bb3..dfd2432 100644 --- a/config.example +++ b/config.example @@ -23,7 +23,7 @@      {gt_gmsc, [1,2,3,4,5,6,7,8,9,4]},      {gt_smsc, [1,2,3,4,5,6,7,8,9,5]},      {msisdn, [0,9,8,7,6,5,4,3,2,1]}, -    {imsi, "01020304050607f8"}, +    {imsi, [1,2,3,4,5,6,7,8]"},      {service_center, [9,8,7,6,5,4,3,2,1]},      {forward_number, [9,8,7,6,5,4,3,2,0]}  ]}. | 
