From owner-freebsd-mobile@FreeBSD.ORG Thu Jul 5 15:33:56 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 091AD16A41F for ; Thu, 5 Jul 2007 15:33:56 +0000 (UTC) (envelope-from arg-bsd@arg.me.uk) Received: from arg1.demon.co.uk (arg1.demon.co.uk [62.49.12.213]) by mx1.freebsd.org (Postfix) with ESMTP id B356B13C4C2 for ; Thu, 5 Jul 2007 15:33:55 +0000 (UTC) (envelope-from arg-bsd@arg.me.uk) Received: by server.arg.sj.co.uk (Postfix, from userid 1002) id 001849B02; Thu, 5 Jul 2007 16:08:56 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by server.arg.sj.co.uk (Postfix) with ESMTP id E81185D17; Thu, 5 Jul 2007 16:08:56 +0100 (BST) Date: Thu, 5 Jul 2007 16:08:56 +0100 (BST) From: Andrew Gordon X-X-Sender: freebsd@server.arg.sj.co.uk To: Matthias Apitz In-Reply-To: <20070705110316.GA35818@rebelion.Sisis.de> Message-ID: <20070705160347.T72091@server.arg.sj.co.uk> References: <20070517113412.GA7245@rebelion.Sisis.de> <20070705110316.GA35818@rebelion.Sisis.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-mobile@freebsd.org Subject: Re: OPTION 3G+ Orange X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2007 15:33:56 -0000 On Thu, 5 Jul 2007, Matthias Apitz wrote: > > While travelling around in Europe (my 'home' provider is German > Vodafone) I've to room-in into other provider networks, for example > in Holland or Great Britain, and the rooming-prices are quite expensive > and differ a lot from provider to provider. I've check the specifications > of UMTS and the card but can't see any AT-command how to list the providers > available or how to preset a given provider, any hints? According to the document "3GPP TS 27.007 V6.4.0 (2003-09)" which I downloaded from the ETSI website a long time ago, this command should do it: AT+COPS=? You are supposed tp get back a list of available networks with their status (available/current/forbidden), network name (long/short/numeric), and type of access available. I don't have a card handy to see if it actually works.