You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,23 +49,22 @@ ACS Management Server Username<br>
46
49
ACS Management Server Password<br>
47
50
ACS Management Server HTTP Auth Type (basic, digest, none)<br>
48
51
CPE HTTP User Agent<br>
49
-
XML Formatter Options<br>
50
-
Serial Number Format (fixed or printf style to accomodate numeric)<br>
52
+
XML Formatter Options (normal, stripdec, faketypes)<br>
53
+
Serial Number Format (fixed or printf style to accomodate numeric auto-increment)<br>
51
54
Serial Number Numeric (integer, incremented for each agent in IP interval)<br>
52
55
53
56
You can modify these parameters according to your requirements. To simulate multiple CPE devices, provide the start and<br>
54
57
end ipaddress. Periodic Inform Interval is in seconds. Simulator will send Inform request based on this parameter.<br><br>
55
58
56
-
Dump Location Path is the directory path where simulator will read and load the CPE data. <br>
59
+
Dump Location Path is the directory path where simulator will read and load the CPE data model template.<br>
57
60
Simulator will check for two set of files.<br>
58
-
<b>1. getvalues.txt</b><br>
59
-
<b>2. getnames.txt</b><br>
61
+
- getvalues.txt
62
+
- getnames.txt
60
63
61
64
getvalues.txt contains Name/Value data as XML Nodes. Simulator will respond to the ACS Server based on this Name/Value Pair.<br>
62
65
getnames.txt contains ParameterInfoStruct XML Nodes. Access detail about the parameters are retrieved from this file.
63
66
<br>
64
-
Currently, Femtocell device dump is being bundled with the JAR. If users wish to simulate a different CPE, either they need to <br>
65
-
create these two XML files manually, or they need to take a dump from the real CPE device by reading the GetParameterValuesResponse
67
+
Currently, microcell device data model dump is being included with this repo and bundled in the JAR. If you wish to simulate a different CPE, either they need to create these two XML files manually, or they need to take a dump from the real CPE device by reading the GetParameterValuesResponse
66
68
and GetParameterNamesResponse for root node (e.g. InternetGatewayDevice, Device, ...).<br>
67
69
68
70
If the ACS Server supports HTTP Authentication, provide the username, password and authentication type. basic and digest
@@ -76,7 +78,7 @@ methods are currently supported. If authentication is not supported, leave auth
76
78
77
79
### SDK Requirements
78
80
79
-
- JDK >=1.7
81
+
- JDK 1.8, newer JDK do not include necessary JIBX libriaries and tooling
0 commit comments