The global subscriber parameter, locationData, is included in the subscriber table to add administrative area, house number, street name, and postal code information. 

Command Syntax

% set global subscriber <SubscriberId> <Country> <Owning Carrier> locationData agsN <agsN> gf <gf> HouseNumber <HouseNo> postalCode <PostalCode> streetName <StreetName>


Command Parameters

ParameterLengthDescription
agsN23 characters

The name of the administrative area (agsN and gf)

gf23 charactersThe name of the administrative area (agsN and gf)
HouseNumber23 charactersThe subscriber location info house number
streetName23 charactersThe subscriber location info street name
postalCode10 charactersThe subscriber location info postal code

Command Example

To display the Location Data configurations:

show global subscriber
	subscriber 9886000000 1 0000 {
	packetServiceProfile "";
	services {
	classOfService "";
		}
	locationData {
	agsN 1111;
	gf 222;
	houseNumber 3333;
	streetName HA5555;	
	postalCode 4444;
		}
	}