comparison simtool/grcard2.c @ 165:8a5c132fe871

simtool/grcard2.c comment update
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 26 Feb 2021 22:03:12 +0000
parents 8562d8508cf2
children 36e7fc58f065
comparison
equal deleted inserted replaced
164:e6263e1b16f8 165:8a5c132fe871
1 /* 1 /*
2 * I, Mother Mychaela, am hoping to get some SIM cards from Grcard 2 * This module implements special commands for the grcard.cn card model
3 * that follow the protocol which the Osmocom community has nicknamed 3 * which is known in the Osmocom community as GrcardSIM2:
4 * GrcardSIM2:
5 * 4 *
6 * https://osmocom.org/projects/cellular-infrastructure/wiki/GrcardSIM2 5 * https://osmocom.org/projects/cellular-infrastructure/wiki/GrcardSIM2
7 * 6 *
8 * I haven't got these cards yet and may not get them for a long time, 7 * The sample cards which Mother Mychaela received from Grcard in 2021-02
9 * hence the following code has been written blindly, untested. 8 * are GrcardSIM2, and so are historical sysmoSIM-GR2 and 30C3 cards.
10 * If anyone in the community happens to have a sysmoSIM-GR2 card
11 * that was once (aeons ago) sold by Sysmocom, please test this code!
12 */ 9 */
13 10
14 #include <sys/types.h> 11 #include <sys/types.h>
15 #include <stdio.h> 12 #include <stdio.h>
16 #include "simresp.h" 13 #include "simresp.h"