Home | History | Annotate | Download | only in src
      1 # Pretend to be a Samsung Y3300
      2 # Get the number of retries for PIN/PUK/PIN2/PUK2
      3 %PINNUM\?  %PINNUM: 3, 10, 3, 10
      4 # Enable/disable unsolicited indications of UE change
      5 %NWSTATE=[01]
      6 # Set/get the preferred system (GSM/WCDMA) "5,2" is "dual-mode, packet
      7 # and/or circuit-switched"
      8 %IPSYS=[0-5](,[0-3])?
      9 %IPSYS\?    5,2
     10 # Get/set frequency bands
     11 %IPBM=.*
     12 %IPBM\?
     13 
     14 # Get possible functionality levels
     15 \+CFUN=\?  (0,1,4),(0-2)
     16 # Set functionality level/reset
     17 \+CFUN=[014](,[012])?
     18 # Get functionality level
     19 \+CFUN\?   1
     20