=====================================================================
TFO Decision Algorithm; C-Reference for TS 28.062, C.0.0 and beyond  
                                                                     
for GSM_FR     GSM_HR      GSM_EFR                                   
    FR_AMR     HR_AMR      OHR_AMR     UMTS_AMR_2    UMTS_AMR        
    FR_AMR-WB  OFR_AMR-WB  OHR_AMR-WB  UMTS_AMR-WB                   
                                                                     
This TFO Decision Algorithm determines, if TFO can be established    
                                        and on which Configuration.  
                                                                     
Several input formats are supported (l_=local and d_=distant):       
                                                                     
l_Type      Preferred_Config.        d_Type     Preferred_Config.    
l_Type      Preferred_Config.        d_Type     ACS      SCS  MACS OM
l_Type      ACS      SCS   MACS OM   d_Type     ACS      SCS  MACS OM
                                                                     
Preferred_Config.: 0..15 for AMR and 0..5 for AMR-WB.                
                                                                     
ACS and SCS: highest ... lowest mode; x: mode present, -: not present
MACS: 1..8; OM: n or y.                                              
                                                                     
Please separate parameters by blanks or tabs. Valid examples are:    
                                                                     
GSM_EFR     1                        GSM_EFR    1                    
FR_AMR      12                       HR_AMR     10                   
FR_AMR      x--x-x-x xxxxxxxx 4 y    HR_AMR     ---x-x-x --xxxxxx 3 n
UMTS_AMR    x------- xxxxxxxx 1 n    UMTS_AMR_2 x------- xxxxxxxx 1 n
UMTS_AMR_2  1                        HR_AMR     ---x-x-x --xxxxxx 3 n
UMTS_AMR-WB 5                        FR_AMR-WB  0                    
=====================================================================
 
Your input, please; (e=exit h=help ;=comment):

; TFO-In-620-08.txt for C-Code Version 6.2.0 and upwards
; ===================================================================
; This is a Input File to support the testing and evaluation 
; of the TFO Decision Algorithm, as specified in TS 28.062
; and as coded in C in version 6.2.0 and upwards.
;
; It is valid for the C-References after 
; REL-4.6.0, REL-5.6.0 and REL-6.1.0.
; Note: The versions before are not compatible to this input format.
;
; Note: All lines beginning with ";" are comment lines and are
; just reprinted in the output, but not processed.
; Please note to start these comment lines with a single ";" !
;
; Example for use:
;
; DOS> TFO-620.exe  <TFO-In.txt  >TFO-Out2.txt
;
; ===================================================================
; First test all combinations of Codec Types in short form 
; with one "Preferred Configuration" parameter.
; Note: for the earlier Codec Types (GSM_FR, GSM_HR, GSM_EFR)
; this Configuration parameter is only a dummy - but must be given.
; ===================================================================
;
  GSM_FR     1	GSM_FR     1
--------------------------------------------------------------------- 
==> Immediate TFO

 
Your input, please; (e=exit h=help ;=comment):

  GSM_HR     1	GSM_HR     1
--------------------------------------------------------------------- 
==> Immediate TFO

 
Your input, please; (e=exit h=help ;=comment):

  GSM_EFR    1	GSM_EFR    1
--------------------------------------------------------------------- 
==> Immediate TFO

 
Your input, please; (e=exit h=help ;=comment):

;
; and one example for mismatch:
;
  GSM_FR     1	GSM_HR     1
--------------------------------------------------------------------- 
==> TFO is not possible

 
Your input, please; (e=exit h=help ;=comment):

;
; ===================================================================
; For the AMR Family: Preferred Configuration 1 
; is the most important and the most recommended one.
; For most AMR Codec Types it contains: 12.2 - 7.4 - 5.9 - 4.75 
; only HR_AMR misses the 12.2:                 7.4 - 5.9 - 4.75.
; ===================================================================
;
  FR_AMR     1	FR_AMR     1
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; no further optimisation


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	x	x	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  HR_AMR     1	HR_AMR     1
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; no further optimisation


	HR_AMR     				HR_AMR     
	MACS = 3				MACS = 3
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	-	-	-	-	-	-	-
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  OHR_AMR    1	OHR_AMR    1
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; no further optimisation


	OHR_AMR    				OHR_AMR    
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	x	x	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  UMTS_AMR_2 1	UMTS_AMR_2 1
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; no further optimisation


	UMTS_AMR_2 				UMTS_AMR_2 
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	x	x	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
  FR_AMR     1	HR_AMR     1
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; FR-HR Matching; no further optimisation


	FR_AMR     				HR_AMR     
	MACS = 4				MACS = 3
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	-	-	-	-
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
; ===================================================================
; The case with UMTS_AMR.
; UMTS_AMR is not compatible to any other AMR Codec Type, except to
; UMTS_AMR_2, and even then only in single-mode Configurations,
; where NB-Configuration 7 is the only recommended one.
; ===================================================================
;
  UMTS_AMR 1	UMTS_AMR 1
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; no further optimisation


	UMTS_AMR   				UMTS_AMR   
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	x	x	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
  UMTS_AMR_2 1	UMTS_AMR   1
--------------------------------------------------------------------- 
==> Since Dec 2004: UMTS_AMR and UMTS_AMR_2 are only compatible 
in single mode configurations! 

TFO is not possible: No commmon valid Single-Mode Configuration, no side can adapt


	UMTS_AMR_2 				UMTS_AMR   
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	x	x	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  UMTS_AMR_2 0	UMTS_AMR   0
--------------------------------------------------------------------- 
==> Since Dec 2004: UMTS_AMR and UMTS_AMR_2 are only compatible 
in single mode configurations! 

Immediate TFO: Exactly one mode, common to both sides


	UMTS_AMR_2 				UMTS_AMR   
	MACS = 1				MACS = 1
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	-	-	-	-	-	-	-
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	-	-	-	-	-	-	-
6.70	-	-	-	-	-	-	-
5.90	-	-	-	-	-	-	-
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  UMTS_AMR_2 7	UMTS_AMR   7
--------------------------------------------------------------------- 
==> Since Dec 2004: UMTS_AMR and UMTS_AMR_2 are only compatible 
in single mode configurations! 

Immediate TFO: Exactly one mode, common to both sides


	UMTS_AMR_2 				UMTS_AMR   
	MACS = 1				MACS = 1
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	x	x	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	-	-	-	-	-	-	-
6.70	-	-	-	-	-	-	-
5.90	-	-	-	-	-	-	-
5.15	-	-	-	-	-	-	-
4.75	-	-	-	-	-	-	-
 
Your input, please; (e=exit h=help ;=comment):

;
; ===================================================================
; Some cases with unexpected results, but these are standard conform!
; ===================================================================
;
  UMTS_AMR xxxxxxxx xxxxxxxx 8 y  UMTS_AMR_2 xxxxxxxx xxxxxxxx 8 y
--------------------------------------------------------------------- 
==> Since Dec 2004: UMTS_AMR and UMTS_AMR_2 are only compatible 
in single mode configurations! 

Both sides can adapt, this is the most difficult decision
Select one mode according to preference list: 
 6.7  7.4  5.9  5.15  4.75  7.95  10.2  12.2
TFO is possible after Modification


	UMTS_AMR   				UMTS_AMR_2 
	MACS = 8				MACS = 8
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	-	x	x	x
10.2	x	x	x	-	x	x	x
7.95	x	x	x	-	x	x	x
7.40	x	x	x	-	x	x	x
6.70	x	x	x	x	x	x	x
5.90	x	x	x	-	x	x	x
5.15	x	x	x	-	x	x	x
4.75	x	x	x	-	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  UMTS_AMR xxxxxxxx xxxxxxxx 8 y  UMTS_AMR_2 xx------ xx------ 3 y  
--------------------------------------------------------------------- 
==> Since Dec 2004: UMTS_AMR and UMTS_AMR_2 are only compatible 
in single mode configurations! 

Both sides can adapt, this is the most difficult decision
Select one mode according to preference list: 
 6.7  7.4  5.9  5.15  4.75  7.95  10.2  12.2
TFO is possible after Modification


	UMTS_AMR   				UMTS_AMR_2 
	MACS = 8				MACS = 3
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	-	x	x	x
10.2	x	x	x	x	x	x	x
7.95	x	x	-	-	-	-	-
7.40	x	x	-	-	-	-	-
6.70	x	x	-	-	-	-	-
5.90	x	x	-	-	-	-	-
5.15	x	x	-	-	-	-	-
4.75	x	x	-	-	-	-	-
 
Your input, please; (e=exit h=help ;=comment):

  UMTS_AMR xxxxxxxx xxxxxxxx 8 y  UMTS_AMR_2 x--x-x-x x--x-x-x 4 y
--------------------------------------------------------------------- 
==> Since Dec 2004: UMTS_AMR and UMTS_AMR_2 are only compatible 
in single mode configurations! 

Both sides can adapt, this is the most difficult decision
Select one mode according to preference list: 
 6.7  7.4  5.9  5.15  4.75  7.95  10.2  12.2
TFO is possible after Modification


	UMTS_AMR   				UMTS_AMR_2 
	MACS = 8				MACS = 4
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	-	x	x	x
10.2	x	x	-	-	-	-	-
7.95	x	x	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	x	x	-	-	-	-	-
5.90	x	x	x	-	x	x	x
5.15	x	x	-	-	-	-	-
4.75	x	x	x	-	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
; ===================================================================
; Now tests with the flexible Preferred Configurations: 11, 13, 15.
; They are also tested against fixed Preferred Configuration 1.
; The FR_AMR is taken as synonym for all AMR Codec Types
; ===================================================================
;
  FR_AMR     1	FR_AMR     11
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	x	x	-	x
10.2	-	-	-	-	-	-	x
7.95	-	-	-	-	-	-	x
7.40	x	x	-	x	x	x	x
6.70	-	-	-	-	-	x	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR     1	FR_AMR     13
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	x	x	-	x
10.2	-	-	-	-	-	x	x
7.95	-	-	-	-	-	-	x
7.40	x	x	-	x	x	-	x
6.70	-	-	-	-	-	x	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR     1	FR_AMR     15
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	x	x	x	x
10.2	-	-	-	-	-	-	x
7.95	-	-	-	-	-	x	x
7.40	x	x	-	x	x	-	x
6.70	-	-	-	-	-	-	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR     11	FR_AMR     13
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	-	-	-	x	-	x
10.2	x	-	-	x	x	x	x
7.95	x	-	-	-	x	-	x
7.40	x	x	-	-	x	-	x
6.70	x	x	x	x	x	x	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR     11	FR_AMR     15
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	-	-	-	x	x	x
10.2	x	-	-	x	x	-	x
7.95	x	-	-	-	x	x	x
7.40	x	x	-	-	x	-	x
6.70	x	x	-	x	x	-	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR     13	FR_AMR     15
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	-	-	-	x	x	x
10.2	x	x	-	x	x	-	x
7.95	x	-	-	-	x	x	x
7.40	x	-	-	-	x	-	x
6.70	x	x	-	x	x	-	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
; ===================================================================
; Preferred Configuration 1 - Preferred Configurations 10, 12, 14
; ===================================================================
;
  FR_AMR     1	FR_AMR     10
--------------------------------------------------------------------- 
==> TFO not possible for various reasons.

	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	-	-	-	-
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	-	-	x	x	x
6.70	-	-	-	-	-	x	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR     1	FR_AMR     12
--------------------------------------------------------------------- 
==> TFO not possible for various reasons.

	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	-	-	-	-
10.2	-	-	-	-	-	x	x
7.95	-	-	-	-	-	-	-
7.40	x	x	-	-	-	-	-
6.70	-	-	-	-	-	x	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR     1	FR_AMR     14
--------------------------------------------------------------------- 
==> TFO not possible for various reasons.

	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	-	x	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	x	x
7.40	x	x	-	-	-	-	-
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR     10	FR_AMR     12
--------------------------------------------------------------------- 
==> Immediate TFO on iACS


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	-	-	-	-	-	-	-
10.2	-	-	-	-	-	x	x
7.95	-	-	-	-	-	-	-
7.40	x	x	-	-	-	-	-
6.70	x	x	x	x	x	x	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR     10	FR_AMR     14
--------------------------------------------------------------------- 
==> TFO not possible for various reasons.

	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	-	-	-	-	-	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	x	x
7.40	x	x	-	-	-	-	-
6.70	x	x	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR     12	FR_AMR     14
--------------------------------------------------------------------- 
==> TFO not possible for various reasons.

	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	-	-	-	-	-	x	x
10.2	x	x	-	-	-	-	-
7.95	-	-	-	-	-	x	x
7.40	-	-	-	-	-	-	-
6.70	x	x	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
; ===================================================================
; For the AMR-WB Family: WB-Configuration 1 is most important.
; It contains all three lower Modes and allows Modification.
; Note: for FR_AMR-WB and OHR_AMR-WB Configuration 0 and 1 
; are treated identically, because these do not support any 
; other Configuration and therefore also no Modification.
; ===================================================================
;
    FR_AMR-WB 0	  FR_AMR-WB 1
--------------------------------------------------------------------- 
==> Immediate TFO - no Modification necessary

	FR_AMR-WB  				FR_AMR-WB  
	MACS = 3				MACS = 3
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	-	-	-	-	-	-	-
15.85	-	-	-	-	-	-	-
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

   OHR_AMR-WB 0	 OHR_AMR-WB 1
--------------------------------------------------------------------- 
==> Immediate TFO - no Modification necessary

	OHR_AMR-WB 				OHR_AMR-WB 
	MACS = 3				MACS = 3
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	-	-	-	-	-	-	-
15.85	-	-	-	-	-	-	-
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

   OFR_AMR-WB 0	 OFR_AMR-WB 1
--------------------------------------------------------------------- 
==> Immediate TFO - then Modification of distant Configuration

	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 3				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	-	-	-	-	-	-	x
15.85	-	-	-	-	-	-	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  UMTS_AMR-WB 0	UMTS_AMR-WB 1
--------------------------------------------------------------------- 
==> Immediate TFO - then Modification of distant Configuration

	UMTS_AMR-WB				UMTS_AMR-WB
	MACS = 3				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	-	-	-	-	-	-	x
15.85	-	-	-	-	-	-	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
; ===================================================================
; Some tests with combinations of WB-Configurations
; here only the FR_AMR-WB  is used and represents also OHR_AMR-WB,
; and  only the OFR_AMR-WB is used and represents also UMTS_AMR-WB;
; the exchange of local and distant does not bring any new insights.
; ===================================================================
;
  FR_AMR-WB    0	OFR_AMR-WB  1
--------------------------------------------------------------------- 
==> Immediate TFO - no Modification necessary

	FR_AMR-WB  				OFR_AMR-WB 
	MACS = 3				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	-	-	-	-	-	-	x
15.85	-	-	-	-	-	-	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR-WB    0	OFR_AMR-WB  2
--------------------------------------------------------------------- 
==> Immediate TFO - no Modification necessary

	FR_AMR-WB  				OFR_AMR-WB 
	MACS = 3				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	-	-	-	-	-	-	-
15.85	-	-	-	-	-	x	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR-WB    0	OFR_AMR-WB  3
--------------------------------------------------------------------- 
==> Immediate TFO - no Modification necessary

	FR_AMR-WB  				OFR_AMR-WB 
	MACS = 3				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	-	-	-	-	-	-	x
15.85	-	-	-	-	-	x	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR-WB    0	OFR_AMR-WB  4
--------------------------------------------------------------------- 
==> Immediate TFO - no Modification necessary

	FR_AMR-WB  				OFR_AMR-WB 
	MACS = 3				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	-	-	-	-	-	x	x
15.85	-	-	-	-	-	-	-
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR-WB    0	OFR_AMR-WB  5
--------------------------------------------------------------------- 
==> Immediate TFO - no Modification necessary

	FR_AMR-WB  				OFR_AMR-WB 
	MACS = 3				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	-	-	-	-	-	x	x
15.85	-	-	-	-	-	-	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
  OFR_AMR-WB   1	OFR_AMR-WB  1
--------------------------------------------------------------------- 
==> Immediate TFO 
	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 4				MACS = 4
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	x	-	-	-	x	-	x
15.85	x	-	-	-	x	-	x
12.65	x	x	x	-	x	x	x
 8.85	x	x	x	-	x	x	x
 6.60	x	x	x	-	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  OFR_AMR-WB   1	OFR_AMR-WB  2
--------------------------------------------------------------------- 
==> Immediate TFO - then Modification of local Configuration

	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 4				MACS = 4
	OM   = yes				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	x	-	-	-	-	-	-
15.85	x	-	-	x	x	x	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  OFR_AMR-WB   1	OFR_AMR-WB  3
--------------------------------------------------------------------- 
==> Immediate TFO - then Modification of local Configuration

	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 4				MACS = 4
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	x	-	-	-	x	-	x
15.85	x	-	-	x	x	x	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  OFR_AMR-WB   1	OFR_AMR-WB  4
--------------------------------------------------------------------- 
==> Immediate TFO - then Modification of local Configuration

	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 4				MACS = 4
	OM   = yes				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	x	-	-	x	x	x	x
15.85	x	-	-	-	-	-	-
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  OFR_AMR-WB   1	OFR_AMR-WB  5
--------------------------------------------------------------------- 
==> Immediate TFO - then Modification of local Configuration

	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 4				MACS = 4
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	x	-	-	x	x	x	x
15.85	x	-	-	-	x	-	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
  OFR_AMR-WB   2	OFR_AMR-WB  4
--------------------------------------------------------------------- 
==> Immediate TFO - no Modification necessary

	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	-	-	-	-	-	x	x
15.85	x	x	-	-	-	-	-
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  OFR_AMR-WB   3	OFR_AMR-WB  4
--------------------------------------------------------------------- 
==> Immediate TFO - then Modification of local Configuration

	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 4				MACS = 4
	OM   = yes				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	x	-	-	x	x	x	x
15.85	x	x	-	-	-	-	-
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  OFR_AMR-WB   2	OFR_AMR-WB  5
--------------------------------------------------------------------- 
==> Immediate TFO - then Modification of distant Configuration

	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 4				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	-	-	-	-	-	x	x
15.85	x	x	-	x	x	-	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  OFR_AMR-WB   3	OFR_AMR-WB  5
--------------------------------------------------------------------- 
==> Immediate TFO - then Modification of local Configuration

	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 4				MACS = 4
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	x	-	-	x	x	x	x
15.85	x	x	-	-	x	-	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  OFR_AMR-WB   4	OFR_AMR-WB  5
--------------------------------------------------------------------- 
==> Immediate TFO - no Modification necessary

	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 4				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	x	x	x	x	x	x	x
15.85	-	-	-	-	-	-	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  OFR_AMR-WB   5	OFR_AMR-WB  5
--------------------------------------------------------------------- 
==> Immediate TFO - no Modification necessary

	OFR_AMR-WB 				OFR_AMR-WB 
	MACS = 4				MACS = 4
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
23.85	x	x	x	x	x	x	x
15.85	x	-	-	-	x	-	x
12.65	x	x	x	x	x	x	x
 8.85	x	x	x	x	x	x	x
 6.60	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
; ===================================================================
; Now the most complex: tests with the long input format.
; This is only defined for the AMR Family, not for AMR-WB.
; ===================================================================
; L_Type    ACS      SCS      # OM  D_Type     ACS      SCS      # OM
;
  FR_AMR    x--x-x-x x--x-x-x 4 n   FR_AMR     x--x-x-x x--x-x-x 4 n
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; no further optimisation


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	x	x	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR    x--x-x-x x--x-x-x 4 n   HR_AMR     ---x-x-x ---x-x-x 3 n
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; FR-HR Matching; no further optimisation


	FR_AMR     				HR_AMR     
	MACS = 4				MACS = 3
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	-	-	-	-
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR    x--x-x-x x--x-x-x 4 n   OHR_AMR    x--x-x-x x--x-x-x 4 n
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; no further optimisation


	FR_AMR     				OHR_AMR    
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	x	x	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR    x--x-x-x x--x-x-x 4 n   UMTS_AMR_2 x--x-x-x x--x-x-x 4 n
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; no further optimisation


	FR_AMR     				UMTS_AMR_2 
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	x	x	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
; ===================================================================
; Now two tests, where the TFO Decision is "reasonable": look to OM!
; L_Type    ACS      SCS      # OM  D_Type     ACS      SCS      # OM
; ===================================================================
;
  FR_AMR    x------- xxxxxxxx 1 y   FR_AMR     -x------ xxxxxxxx 1 n
--------------------------------------------------------------------- 
==> TFO is possible after change to oACS.

	FR_AMR     				FR_AMR     
	MACS = 1				MACS = 1
	OM   = yes				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	-	x	-	x
10.2	x	-	-	x	x	x	x
7.95	x	-	-	-	x	-	x
7.40	x	-	-	-	x	-	x
6.70	x	-	-	-	x	-	x
5.90	x	-	-	-	x	-	x
5.15	x	-	-	-	x	-	x
4.75	x	-	-	-	x	-	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR    x------- xxxxxxxx 1 n   FR_AMR     -x------ xxxxxxxx 1 y
--------------------------------------------------------------------- 
==> First Codec Mismatch Resolution, then TFO might be possible.

	FR_AMR     				FR_AMR     
	MACS = 1				MACS = 1
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	x	x	-	x
10.2	x	-	-	-	x	x	x
7.95	x	-	-	-	x	-	x
7.40	x	-	-	-	x	-	x
6.70	x	-	-	-	x	-	x
5.90	x	-	-	-	x	-	x
5.15	x	-	-	-	x	-	x
4.75	x	-	-	-	x	-	x
 
Your input, please; (e=exit h=help ;=comment):

; ===================================================================
; An here a test with a "strange" result: but this is standard!
; ===================================================================
;
  FR_AMR    x------- xxxxxxxx 1 y   FR_AMR     -x------ xxxxxxxx 1 y
--------------------------------------------------------------------- 
==> First Codec Mismatch Resolution, then TFO might be possible.

	FR_AMR     				FR_AMR     
	MACS = 1				MACS = 1
	OM   = yes				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	-	x	-	x
10.2	x	-	-	-	x	x	x
7.95	x	-	-	-	x	-	x
7.40	x	-	-	-	x	-	x
6.70	x	-	-	x	x	-	x
5.90	x	-	-	-	x	-	x
5.15	x	-	-	-	x	-	x
4.75	x	-	-	-	x	-	x
 
Your input, please; (e=exit h=help ;=comment):

;
; ===================================================================
; Now some test with the combination of short form and long form.
; Also this is only possible for AMR.
;
; Here it can happen, that 
; a short form (Preferred Configuration) on one side, and
; a long form Configuration on the other side
; lead to a TFO Decision and a Configuration result, 
; which is NOT within the class of <Preferred Configurations> !
;
; ===================================================================
; L_Type Pref_Con D_Type      ACS      SCS      # OM
;
  FR_AMR 1 		FR_AMR      x--x-x-x x--x-x-x 4 n
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; no further optimisation


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	x	x	x	x	x
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR 1 		HR_AMR      ---xxx-x ---xxxxx 4 y
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				HR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	-	-	-	-
10.2	-	-	-	-	-	-	-
7.95	-	-	-	-	-	-	-
7.40	x	x	-	x	x	x	x
6.70	-	-	-	-	-	x	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	x
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR 1 		FR_AMR      x-x--x-x xxxxxxxx 4 y
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	x	x	x	x
10.2	-	-	-	-	-	-	x
7.95	-	-	-	-	-	x	x
7.40	x	x	-	x	x	-	x
6.70	-	-	-	-	-	-	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	x
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR 1 		FR_AMR      -x-x-x-x xxxxxxxx 4 y
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 4
	OM   = no				OM   = yes

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	x	x	-	x
10.2	-	-	-	-	-	x	x
7.95	-	-	-	-	-	-	x
7.40	x	x	x	x	x	x	x
6.70	-	-	-	-	-	-	x
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	x
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR 11 	FR_AMR      x--x---x xxxxxxxx 3 n
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 3
	OM   = yes				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	-	-	x	x	x	x
10.2	x	-	-	-	x	-	x
7.95	x	-	-	-	x	-	x
7.40	x	x	-	x	x	x	x
6.70	x	x	-	-	x	-	x
5.90	x	x	-	-	x	-	x
5.15	-	-	-	-	-	-	x
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR 13 	FR_AMR      x--x---x xxxxxxxx 3 n
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 3
	OM   = yes				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	-	-	x	x	x	x
10.2	x	x	-	-	x	-	x
7.95	x	-	-	-	x	-	x
7.40	x	-	-	x	x	x	x
6.70	x	x	-	-	x	-	x
5.90	x	x	-	-	x	-	x
5.15	-	-	-	-	-	-	x
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR 15 	FR_AMR      x--x---x xxxxxxxx 3 n
--------------------------------------------------------------------- 
==> Immediate TFO on iACS, then Codec Mode Optimization to oACS.


	FR_AMR     				FR_AMR     
	MACS = 4				MACS = 3
	OM   = yes				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	x	x	x	x
10.2	x	-	-	-	x	-	x
7.95	x	x	-	-	x	-	x
7.40	x	-	-	x	x	x	x
6.70	x	-	-	-	x	-	x
5.90	x	x	-	-	x	-	x
5.15	-	-	-	-	-	-	x
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
; ===================================================================
; finally a test for FR_AMR - HR_AMR matching with 7.95 !
; Please consider that HR_AMR is defined for TRAAU 8k and TRAU 16k formats.
; Although it will most likely not be very common to use TRAU 16k for HR_AMR
; it is nevertheless defined.
; Only then the AMR 7.95 mode can be included in the HR_AMR Configuration.
; But then TFO is possible - with TFO 16k frame format.
;
  FR_AMR    x-x--x-x x-x--x-x 4 n   HR_AMR     --x--x-x --x--x-x 3 n
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; FR-HR Matching; no further optimisation


	FR_AMR     				HR_AMR     
	MACS = 4				MACS = 3
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	-	-	-	-
10.2	-	-	-	-	-	-	-
7.95	x	x	x	x	x	x	x
7.40	-	-	-	-	-	-	-
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

  FR_AMR    14                      HR_AMR     --x--x-x --x--x-x 3 n
--------------------------------------------------------------------- 
==> Immediate TFO on iACS; FR-HR Matching; no further optimisation


	FR_AMR     				HR_AMR     
	MACS = 4				MACS = 3
	OM   = no				OM   = no

	SCS	ACS	iACS	oACS	cSCS	ACS	SCS
12.2	x	x	-	-	-	-	-
10.2	-	-	-	-	-	-	-
7.95	x	x	x	x	x	x	x
7.40	-	-	-	-	-	-	-
6.70	-	-	-	-	-	-	-
5.90	x	x	x	x	x	x	x
5.15	-	-	-	-	-	-	-
4.75	x	x	x	x	x	x	x
 
Your input, please; (e=exit h=help ;=comment):

;
e xit OK exit now
===========================================================================
Exiting TFO C-Reference                                                    
===========================================================================
