view cdg-hybrid/sap/8010_128_sm_sap.pdf @ 662:8cd8fd15a095

SIM speed enhancement re-enabled and made configurable TI's original code supported SIM speed enhancement, but Openmoko had it disabled, and OM's disabling of speed enhancement somehow caused certain SIM cards to start working which didn't work before (OM's bug #666). Because our FC community is much smaller in year 2020 than OM's community was in their day, we are not able to find one of those #666-affected SIMs, thus the real issue they had encountered remains elusive. Thus our solution is to re-enable SIM speed enhancement and simply wait for if and when someone runs into a #666-affected SIM once again. We provide a SIM_allow_speed_enhancement global variable that allows SIM speed enhancement to be enabled or disabled per session, and an /etc/SIM_spenh file in FFS that allows it to enabled or disabled on a non-volatile basis. SIM speed enhancement is now enabled by default.
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 24 May 2020 05:02:28 +0000
parents e7a67accfad9
children
line wrap: on
line source

;********************************************************************************
;*** File           : 8010_128_sm_sap.pdf
;*** Creation       : Wed Mar 11 09:57:47 CST 2009
;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1
;*** Copyright      : (c) Texas Instruments AG, Berlin Germany 2002
;********************************************************************************
;*** Document Type  : Service Access Point Specification
;*** Document Name  : 8010_128_sm_sap
;*** Document No.   : 8010.128.02.009
;*** Document Date  : 2004-06-08
;*** Document Status: APPROVED
;*** Document Author: rpk
;********************************************************************************



PRAGMA 	SRC_FILE_TIME 	"Thu Nov 29 09:26:48 2007"
PRAGMA 	LAST_MODIFIED 	"2004-06-08"
PRAGMA 	ID_AND_VERSION 	"8010.128.02.009"
PRAGMA 	PREFIX 	SM 	; Prefix for this document
PRAGMA 	ALLWAYS_ENUM_IN_VAL_FILE 	YES 	; Enumeration values in value file
PRAGMA 	ENABLE_GROUP 	NO 	; Enable h-file grouping
PRAGMA 	COMPATIBILITY_DEFINES 	YES 	; Compatible to the old #defines















; SM_ACTIVATE_STARTED_IND 	0x80004090
; SM_ACTIVATE_IND 	0x80014090
; SM_ACTIVATE_RES 	0x80000090
; SM_DEACTIVATE_IND 	0x80024090
; SM_DEACTIVATE_RES 	0x80010090
; SM_MODIFY_IND 	0x80034090
; SM_MODIFY_RES 	0x80020090
; SM_STATUS_REQ 	0x80030090
; SM_COMPRESSION_REQ 	0x80040090



PRIM 	SM_ACTIVATE_STARTED_IND 	0x80004090
{
 	EXTERN @p_8010_137_nas_include - nsapi@ 	nsapi 	 ; network layer service access point identifier
 	EXTERN @p_8010_152_ps_include - rat@ 	rat 	 ; Radio Access Technology
}






PRIM 	SM_ACTIVATE_IND 	0x80014090
{
 	EXTERN @p_8010_137_nas_include - nsapi@ 	nsapi 	 ; network layer service access point identifier
 	EXTERN @p_8010_152_ps_include - sapi@ 	sapi 	 ; LLC service access point identifier
 	EXTERN @p_8010_152_ps_include - radio_prio@ 	radio_prio 	 ; radio priority
 	EXTERN @p_8010_152_ps_include - qos@ 	qos 	 ; quality of service
 	EXTERN @p_8010_152_ps_include - pkt_flow_id@ 	pkt_flow_id 	 ; packet flow identifier
 	< () 	EXTERN @p_8010_137_nas_include - comp_params@ 	comp_params 	> 	 ; compression parameters; GSM Only
}






PRIM 	SM_ACTIVATE_RES 	0x80000090
{
 	EXTERN @p_8010_137_nas_include - nsapi@ 	nsapi 	 ; network layer service access point identifier
 	< () 	EXTERN @p_8010_137_nas_include - comp_params@ 	comp_params 	> 	 ; compression parameters; GSM Only
}






PRIM 	SM_DEACTIVATE_IND 	0x80024090
{
 	EXTERN @p_8010_137_nas_include - nsapi_set@ 	nsapi_set 	 ; set of network layer service access point identifiers
 	EXTERN @p_8010_152_ps_include - rel_ind@ 	rel_ind 	 ; LLC Release indicator
}






PRIM 	SM_DEACTIVATE_RES 	0x80010090
{
 	EXTERN @p_8010_137_nas_include - nsapi_set@ 	nsapi_set 	 ; set of network layer service access point identifier
}






PRIM 	SM_MODIFY_IND 	0x80034090
{
 	EXTERN @p_8010_137_nas_include - nsapi@ 	nsapi 	 ; network layer service access point identifier
 	EXTERN @p_8010_152_ps_include - sapi@ 	sapi 	 ; LLC service access point identifier
 	EXTERN @p_8010_152_ps_include - radio_prio@ 	radio_prio 	 ; radio priority
 	EXTERN @p_8010_152_ps_include - pkt_flow_id@ 	pkt_flow_id 	 ; packet flow identifier
 	EXTERN @p_8010_152_ps_include - qos@ 	qos 	 ; quality of service
}






PRIM 	SM_MODIFY_RES 	0x80020090
{
 	EXTERN @p_8010_137_nas_include - nsapi@ 	nsapi 	 ; network layer service access point identifier
}






PRIM 	SM_STATUS_REQ 	0x80030090
{
 	EXTERN @p_8010_137_nas_include - nsapi_set@ 	nsapi_set 	 ; set of network layer service access point identifiers
 	EXTERN @p_8010_152_ps_include - sapi@ 	sapi 	 ; LLC service access point identifier
 	EXTERN @p_8010_153_cause_include - ps_cause@ 	ps_cause 	 ; Cause of the error
}






PRIM 	SM_COMPRESSION_REQ 	0x80040090
{
 	EXTERN @p_8010_137_nas_include - nsapi_set@ 	nsapi_set 	 ; Set of network layer service access point identifiers
 	EXTERN @p_8010_137_nas_include - comp_params@ 	comp_params 	 ; compression parameters
}