| km3 
 
 
 Joined: 01 Jul 2011
 Posts: 2
 
 
 | 
			
				|  Posted: Wed Jul 06, 2011 4:12 pm    Post subject: Terminal Profile |   |  
				| 
 |  
				| So I found what I believe is the terminal profile for the phone 
 FROM ME:  a0 10 00 00 13
 TO SIM:   a0 10 00 00 13
 FROM ME:  ff ff ff ff 7f 3f 00 df ff 00 00 1f e2 86 0b 22 03 09 00
 TO SIM:   ff ff ff ff 7f 3f 00 df ff 00 00 1f e2 86 0b 22 03 09 00
 FROM SIM: 91 0f
 TO SIM:   a0 12 00 00 0f
 FROM SIM: d0 0d 81 03 01 03 00 82 02 81 82 04 02 01 10 90 00
 TO ME:    91 0f
 
 The profile I am parsing is in the line
 
 FROM ME:  ff ff ff ff 7f 3f 00 df ff 00 00 1f e2 86 0b 22 03 09 00
 
 Now according to the GSM11-14 specs, this is a bit by bit indication of what the phone is capable of.
 I am trying to parse what it does, and I wanted to make sure that the profile bytes go from left to right. According to the above profile does the following look right?
 
 RFU, bit - 0
 RFU, bit - 0
 RFU, bit - 0
 RFU, bit - 0
 Menu Selection
 Cell Broadcast data download
 SMS-PP data download
 Profile Download
 RFU, bit - 0
 RFU, bit - 0
 RFU, bit - 0
 RFU, bit - 0
 RFU, bit - 0
 RFU, bit - 0
 Call Control by SIM
 Command Result
 Proactive SIM: REFRESH
 Proactive SIM: POLLING OFF
 Proactive SIM: POLL INTERVAL
 Proactive SIM: POLL TONE
 Proactive SIM: MORE TIME
 Proactive SIM: GET INPUT
 Proactive SIM: GET INKEY
 Proactive SIM: DISPLAY TEXT
 Proactive SIM: RFU
 Proactive SIM: PROVIDE LOCAL INFORMATION (MCC,MNC,LAC,CELL ID&TMEI)
 Proactive SIM: SET UP MENU
 Proactive SIM: SET UP CALL
 Proactive SIM: RFU
 Proactive SIM:SEND SS
 Proactive SIM: SEND SHORT MESSAGE
 Proactive SIM: SELECT ITEM
 and then a bunch of RFU's
 
 Thanks again in advanced
 |  |