Commit 352ae64d authored by liebigan's avatar liebigan
Browse files

adapt comments

parent bd57d319
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
Package aml_commons {
	Domain {
		pics:
		- PICS_SMS_SUPPORT
		- PICS_HTTPS_SUPPORT
		- PICS_SMS_SUPPORT		// IUT supports AML via SMS  
		- PICS_HTTPS_SUPPORT	// IUT supports AML via HTTPS 
		;
		entities:
		- USER
@@ -112,9 +112,9 @@ Package aml_commons {
		DecimalDegrees PX_LONGITUDE;						// The WGS84 longitude of the center of the location area given in decimal degrees using 5 decimal places giving resolution to 1.1 meters
        
        
		Number  PX_IMSI; 							// The SIM card identifier of the handset
		Number  PX_IMEI;							// The identifier of the handset that 
		Number  PX_MCC;							// Mobile Country Code
		Number  PX_MNC;							// Mobile Network Code
		Number  PX_IMSI; 						// The SIM card identifier of the IUT
		Number  PX_IMEI;						// The identifier of the IUT
		Number  PX_MCC;							// Mobile Country Code of the IUT
		Number  PX_MNC;							// Mobile Network Code of the IUT
	}
}
 No newline at end of file