Change in libosmocore[master]: card_fs_sim: Avoid '/' in file names

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Mar 21 16:15:51 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/17559 )

Change subject: card_fs_sim: Avoid '/' in file names
......................................................................

card_fs_sim: Avoid '/' in file names

... as that doesn't work if we want to create a similarly-named
file in the local file system.

Change-Id: Ib8734e2e4b81c915ab0fbd0d9b6662275b1d33d1
---
M src/sim/card_fs_sim.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/sim/card_fs_sim.c b/src/sim/card_fs_sim.c
index 3f541f7..55ce9af 100644
--- a/src/sim/card_fs_sim.c
+++ b/src/sim/card_fs_sim.c
@@ -431,7 +431,7 @@
 	add_df_with_ef(gsm, 0x5F33, "DF.ACeS", NULL, 0);
 	add_df_with_ef(gsm, 0x5F3C, "DF.MExE", sim_ef_in_mexe,
 			ARRAY_SIZE(sim_ef_in_mexe));
-	add_df_with_ef(gsm, 0x5F40, "DF.EIA/TIA-533", NULL, 0);
+	add_df_with_ef(gsm, 0x5F40, "DF.EIA-TIA-533", NULL, 0);
 	add_df_with_ef(gsm, 0x5F60, "DF.CTS", NULL, 0);
 	add_df_with_ef(gsm, 0x5F70, "DF.SoLSA", sim_ef_in_solsa,
 			ARRAY_SIZE(sim_ef_in_solsa));

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/17559
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ib8734e2e4b81c915ab0fbd0d9b6662275b1d33d1
Gerrit-Change-Number: 17559
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200321/51c8afc9/attachment.htm>


More information about the gerrit-log mailing list