From 07769ca8ec29c50cff5b23e34b873411514c7940 Mon Sep 17 00:00:00 2001 From: Daniel <0xc0decafe@users.noreply.github.com> Date: Tue, 15 Dec 2015 17:11:26 +0100 Subject: Initial commit, including basic HLR testing functionality. --- config.example | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 config.example (limited to 'config.example') diff --git a/config.example b/config.example new file mode 100644 index 0000000..4e0bb82 --- /dev/null +++ b/config.example @@ -0,0 +1,26 @@ +{sctp, [ + {local_ip, {10,1,2,3}}, + {local_port, 2905}, + {remote_ip, {10,1,2,4}}, + {remote_port, 2905} +]}. +{m3ua, [ + {local_pc, 10}, + {remote_pc, 20}, + {network_ind, 2}, + {route_ctx, 1}, + {asp_id, none}, + {net_appearance, none} +]}. +{sccp, [ + {gt_local, [1,2,3,4,5,6,7,8,9]} +]}. +{target, [ + {gt_hlr, [1,2,3,4,5,6,7,8,9,0]}, + {gt_vlr, [1,2,3,4,5,6,7,8,9,1]}, + {gt_msc, []}, + {gt_sgsn, []}, + {msisdn, [0,9,8,7,6,5,4,3,2,1]}, + {service_center, [9,8,7,6,5,4,3,2,1]} + {forward_number, [9,8,7,6,5,4,3,2,0]} +]}. -- cgit v1.2.3