FreeCalypso > hg > fc-sim-tools
comparison simtool/grcard2.c @ 73:4ebd67176b73
simtool/grcard2.c: comment update for FCSIM1
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 07 Apr 2021 05:49:32 +0000 |
parents | ddd767f6e15b |
children |
comparison
equal
deleted
inserted
replaced
72:5f7377392211 | 73:4ebd67176b73 |
---|---|
2 * This module implements special commands for the grcard.cn card model | 2 * This module implements special commands for the grcard.cn card model |
3 * which is known in the Osmocom community as GrcardSIM2: | 3 * which is known in the Osmocom community as GrcardSIM2: |
4 * | 4 * |
5 * https://osmocom.org/projects/cellular-infrastructure/wiki/GrcardSIM2 | 5 * https://osmocom.org/projects/cellular-infrastructure/wiki/GrcardSIM2 |
6 * | 6 * |
7 * The sample cards which Mother Mychaela received from Grcard in 2021-02 | 7 * FreeCalypso Community SIM model FCSIM1 is GrcardSIM2, and so are |
8 * are GrcardSIM2, and so are historical sysmoSIM-GR2 and 30C3 cards. | 8 * historical sysmoSIM-GR2 and 30C3 cards. |
9 */ | 9 */ |
10 | 10 |
11 #include <sys/types.h> | 11 #include <sys/types.h> |
12 #include <stdio.h> | 12 #include <stdio.h> |
13 #include "simresp.h" | 13 #include "simresp.h" |