# This file contains some bearer configuration. The bearers can be indexed by the number.
# The specific columns are explained in the following
# Number:  Number of the bearer used as index (integer)
# File:	   File name of the error masks, can be bit errors or packet errors
# Format:  Gives the format of the file (binary for bit errors, ascii for packet errors)
# TTI:	   Transmission Time Interval in ms
# RFS:	   Radio Frame Size in bytes describes the RLC-PDU size
# note that 8*RFS/TTI results in the bit rate in kbit/s
# Mode:	   Transmission Mode: UACK is unacknowledged bearer, ACKP is acknowledged bearer with persistent mode, ACKN non-persistent, FECK is unacknowledged and FEC
# System:  CDMA2000, UMTS, GPRS, EGPRS, main difference is in sizes of fields added for headers
# CRUIH:   Compressed RTP/IP/UDP header size assuming header compression
# RDel:	   (only for ACK mode) The retransmission delay before it is available at the encoder in multiples of the TTI
# NoRet:   (only non-persistent ACK mode ACKN) Number of Retransmission for ACK mode
#
# The following bearers are defined
# Number	File								Format	TTI		RFS 	Mode System CRUIH
# PSC Bearers
# 64 kbit/s
1       0           	                       	iid    	20     160     UACK    UMTS    5
2       PSC__64kbps_20ms_BLER_0_5.txt          	ascii  	20     160     UACK    UMTS    5
3       PSC__64kbps_20ms_BLER_1_0.txt          	ascii  	20     160     UACK    UMTS    5
4       PSC__64kbps_20ms_BLER_1_5.txt          	ascii  	20     160     UACK    UMTS    5
# 128 kbit/s
5       0           	                       	iid    	20     160     UACK    UMTS    5
6       PSC__128kbps_20ms_BLER_0_5.txt         	ascii   20     320     UACK    UMTS    5
7       PSC__128kbps_20ms_BLER_1_0.txt         	ascii   20     320     UACK    UMTS    5
8       PSC__128kbps_20ms_BLER_1_5.txt         	ascii   20     320     UACK    UMTS    5
