I haven't a clue why it needs to be so big. I am doing HSDPA with an 8k SIM
Speculating here, but I did a few test's a while back to satisfy my own curiosity. Since 3G is not truely diverse and LTE is. I ran some tests using crafted APDU's to get around the restrictive AT abstraction. Found the difference is the inclusion of two logical pipes on the LTE SIM over the non-LTE SIMs. Below you can see the only other major difference is the T0 directive being 9F noted as RX/TX diversity in 3GPP spec TS 25.211.
Other than that they are much the same as below:
MTN 3G 64k
root ~ #
+ TS = 3B --> Direct Convention
+ T0 = 9E, Y(1): 1001, K: 14 (historical bytes)
TA(1) = 96 --> Fi=512, Di=32, 16 cycles/ETU
250000 bits/s at 4 MHz, fMax for Fi = 5 MHz => 312500 bits/s
TD(1) = 80 --> Y(i+1) = 1000, Protocol T = 0
TD(2) = 1F --> Y(i+1) = 0001, Protocol T = 15 - Global interface bytes following
TA(3) = 83 --> Clock stop: state H - Class accepted by the card: (3G) A 5V B 3V
Category indicator byte: 80 (compact TLV data object)
...
Vodacom 64k:
+ TS = 3B --> Direct Convention
+ T0 = 9E, Y(1): 1001, K: 14 (historical bytes)
TA(1) = 94 --> Fi=512, Di=8, 64 cycles/ETU
62500 bits/s at 4 MHz, fMax for Fi = 5 MHz => 78125 bits/s
TD(1) = 80 --> Y(i+1) = 1000, Protocol T = 0
TD(2) = 1F --> Y(i+1) = 0001, Protocol T = 15 - Global interface bytes following
TA(3) = C7 --> Clock stop: no preference - Class accepted by the card: (3G) A 5V B 3V C 1.
...
8ta 64k:
+ TS = 3B --> Direct Convention
+ T0 = 97, Y(1): 1001, K: 7 (historical bytes)
TA(1) = 95 --> Fi=512, Di=16, 32 cycles/ETU
125000 bits/s at 4 MHz, fMax for Fi = 5 MHz => 156250 bits/s
TD(1) = 80 --> Y(i+1) = 1000, Protocol T = 0
TD(2) = 1F --> Y(i+1) = 0001, Protocol T = 15 - Global interface bytes following
TA(3) = 43 --> Clock stop: state L - Class accepted by the card: (3G) A 5V B 3V
Vodacom 128k:
ATR: 3B 9F 95 80 1F 43 80 31 E0 73 36 21 13 57 4A 33 0E 11 31 41 00 B1
+ TS = 3B --> Direct Convention
+ T0 = 9F, Y(1): 1001, K: 15 (historical bytes)
TA(1) = 95 --> Fi=512, Di=16, 32 cycles/ETU
125000 bits/s at 4 MHz, fMax for Fi = 5 MHz => 156250 bits/s
TD(1) = 80 --> Y(i+1) = 1000, Protocol T = 0
TD(2) = 1F --> Y(i+1) = 0001, Protocol T = 15 - Global interface bytes following
TA(3) = 43 --> Clock stop: state L - Class accepted by the card: (3G) A 5V B 3V