CALL:NITZone

CALL:NITZone

Last updated: May 25, 2009

GPIB Command Conventions

CALL[:CELL]:NITZone:DSTime[:HOURs][:SVALue][:SELected]

Function

Sets/queries NITZ Daylight Saving Time , and sets its state to ON.

Setting

Range: 0 to 2

Query

Range: 0 to 2

*RST Setting

0

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:DSTIme 0" 
!Sets the NITZ daylight saving time to 0 hours and turns it on.

CALL[:CELL]:NITZone:DSTime[:HOURs]:STATe[:SELected]

Function

Sets/queries NITZ Daylight Saving Time Include State .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

OFF

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:DSTIme:STATe 0" 
!Sets the Network Daylight Saving Time Information Element not to be included 
!in the GMM or MM information message.

CALL[:CELL]:NITZone:DSTime[:HOURs]:VALue[:SELected]

Function

Sets/queries NITZ Daylight Saving Time .

Setting

Range: 0 to 2

Query

Range: 0 to 2

*RST Setting

0

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:DSTIme:VALue 0" 
!Sets the Daylight Saving Time value to 0 hours.

CALL[:CELL]:NITZone:SEND[:IMMediate]

Function

This setting forces the Network Identity and Time Zone (NITZ) Information to be immediately sent to the UE depending on the call state. Valid call states for this action are Connected, PDP Active, or simultaneous Connected/PDP Active.

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:SEND" 
!Forces the NITZ Information to be immediately sent to the UE depending on call state.

CALL[:CELL]:NITZone:SEND:CS:ORiGination[:STATe][:SELected]

Function

Sets/queries NITZ Send on CS Call Origination .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

OFF

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:SEND:CS:ORIGination OFF" 
!Turns off NITZ Send on CS Call Origination.

CALL[:CELL]:NITZone:SEND:CS:REGistration[:STATe][:SELected]

Function

Sets/queries NITZ Send on CS Registration .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

OFF

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:SEND:CS:REGistration OFF" 
!Turns Off NITZ Send on CS Registration.

CALL[:CELL]:NITZone:SEND:DOMain[:PRIority][:SELected]

Function

Sets/queries NITZ Send Immediate Domain Priority .

Setting

Range: CS|PS

CS: MM Info
PS: GMM Info

Query

Range: CS|PS

CS: MM Info
PS: GMM Info

*RST Setting

PS

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:SEND:DOMain PS" 
!Sets the NITZ information to be sent in a GMM Info message when the call state 
!is both Connected and PDP Active simultaneously.

CALL[:CELL]:NITZone:SEND:PS:ORIGination[:STATe][:SELected]

Function

Sets/queries NITZ Send on PS Call Origination .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

OFF

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:SEND:PS:ORIGination OFF" 
!Turns Off NITZ Send on PS Call Origination.

CALL[:CELL]:NITZone:SEND:PS:REGistration[:STATe][:SELected]

Function

Sets/queries NITZ Send on PS Registration .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

OFF

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:SEND:PS:REGistration ON" 
!Turns Off NITZ Send on Packet Switched Registration.

CALL[:CELL]:NITZone:TZONe[:LOCal][:SELected]

Function

Sets/queries NITZ Local Time Zone .

Setting

Range: +17,+45 to -19,-45

  • <hour> -19 to 0
  • <minute> -59 to 0

or

  • <hour> 0 to 17
  • <minute> 0 to 59

Query

Range: +17,+45 to -19,-45

  • <hour> -19 to 0
  • <minute> -59 to 0

or

  • <hour> 0 to 17
  • <minute> 0 to 59

*RST Setting

00,00

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:TZONe 7,59" 
!Sets the NITZ local time zone to 8 hours and 0 minutes, 
!as the boundary is rounded to the nearest 15 minutes.
 
OUTPUT 714;"CALL:NITZone:TZONe?" 
!Returns "+8,+0" if time zone has been set to 8 hours.

CALL[:CELL]:NITZone:UTIMe:DATE[:SELected]

Function

Sets/queries NITZ Universal Time - Date .

NOTE: The MM and GMM messages use semi-octet and BCD representation to carry two digits for each field (year, month, day). Thus, though not specifically called out, it is assumed that the two digits for year are appended to "20" to yield years 2000 - 2099. The message to the UE would include only the right two digits of the year and would exclude "20".This setting is included in the Universal time and local time zone IE.

Setting

Range: "2000,01,01" to "2099,12,31"

Query

Range: "2000,01,01" to "2099,12,31"

*RST Setting

"2008,01,01"

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:UTIMe:DATE `2008,03,18'"
!Sets the NITZ Universal Time - Date to 18th March 2008.

CALL[:CELL]:NITZone:UTIMe:TIME[:SELected]

Function

Sets/queries NITZ Universal Time - Time .

Setting

Range:

  • <hour> 0 to 23
  • <minute> 0 to 59
  • <second> 0 to 59

The resolution of local time setting is minutes. A number within the parameter range must be entered for <second> but it will not affect the minute setting.

Query

Range:

  • <hour> 0 to 23
  • <minute> 0 to 59
  • <second> 0 to 59
  • The resolution of the local time setting is minutes. The value returned for <second> will not provide useful information.

*RST Setting

13,00,00

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:UTIMe:TIME 7,30,0" 
!Sets the NITZ universal time to 7:30.
 
OUTPUT 714;"CALL:NITZone:UTIMe:TIME?" 
!Returns "+7,+30,+0" if NITZ universal time has been set to 7:30.

CALL[:CELL]:NITZone:UTIMe:UTC[:IMMediate]

Function

Sets the Network Identity and Time Zone (NITZ) Universal Time and Date to the Universal Coordinated Time and Date as found on the test set's System Configuration screen. This is provided as a convenience for setting the NITZ time and date.

Requirements

Lab Application Revision: E.00.34 and above

Programming Example

 
OUTPUT 714;"CALL:NITZone:UTIMe:UTC" 
!Sets the NITZ Universal Time and Date to the Universal Coordinated Time and Date.