diff options
author | Daniel <0xc0decafe@users.noreply.github.com> | 2015-12-15 17:11:26 +0100 |
---|---|---|
committer | Daniel <0xc0decafe@users.noreply.github.com> | 2015-12-15 17:11:26 +0100 |
commit | 07769ca8ec29c50cff5b23e34b873411514c7940 (patch) | |
tree | 48fb77de9e7918a87f896f59a355c81937418f92 /src/ss7test_app.hrl |
Initial commit, including basic HLR testing functionality.
Diffstat (limited to 'src/ss7test_app.hrl')
-rw-r--r-- | src/ss7test_app.hrl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ss7test_app.hrl b/src/ss7test_app.hrl new file mode 100644 index 0000000..49703c0 --- /dev/null +++ b/src/ss7test_app.hrl @@ -0,0 +1,6 @@ +% Number encoding Definitions + +-define(NUMBER_EXTENSION_NONE, 1). +-define(NUMBER_NATURE_INTERNATIONAL, 1). +-define(NUMBER_PLAN_ISDN, 1). +-define(NUMBER_LAND_MOBILE, 6). |