From 561a8d7fa4a003862b2640bd3458c0188ae2eab8 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 9 Oct 2006 21:00:45 +0000 Subject: intermediate state (this shouldn't be a commit) just to move from one machine to the other git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@70 99fdad57-331a-0410-800a-d7fa5415bdb3 --- src/gsmd/gsmd.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gsmd') diff --git a/src/gsmd/gsmd.c b/src/gsmd/gsmd.c index ea44a73..b77e54e 100644 --- a/src/gsmd/gsmd.c +++ b/src/gsmd/gsmd.c @@ -34,6 +34,12 @@ static int gsmd_test(struct gsmd *gsmd) return atcmd_submit(gsmd, cmd); } +static int gsmd_initsettings(struct gsmd *gsmd) +{ + struct gsmd_atcmd *cmd; + //cmd = atcmd_fill("ATV1;+CRC=1;+CREG=2;+CLIP=1;+COLP=1", 255, &f +} + struct bdrt { int bps; u_int32_t b; -- cgit v1.2.3