search for: gprs

Displaying 20 results from an estimated 282 matches for "gprs".

Did you mean: fprs
2007 Dec 09
2
How to logoff a session with dovecot?
I use dovecot to push email to my SE P1i and it works very well. :) However, I have two email accounts set up on the phone, one using my domain for GPRS and public WiFi and one using my WLAN address for use at home, the idea being I don't want to pay for GPRS data at home. The trouble is the GPRS account remains logged on and I get the mail in both inboxes. There is no option in the email client on the phone to disconnect, so is there any t...
2004 Nov 18
1
jitter buffer
Hi Farhan, It is interesting that GPRS is 9.6 kps, as per GPRS standard it should be 115kps ? if it is 9.6kps is true then I would use speex codec on GPRS for my project, since in some country they charge GPRS on flat rate rather than expensive airtime. Thanks for your work ! Regards Danny -----Original Message----- From: speex-...
2011 Jun 23
2
[LLVMdev] Instr Description Problem of MCore Backend
...ow how to describe following instructions in MCoreInstrInfo.td, because of its variable ins/outs. Or what other files should I use to finish this description? // LDQ, STQ, LDM and STM are Mapping Error // Load/Store Register Quadrant Mode def LDQ : QuadR<0x0, // FIXME p81 (outs GPRs:$Rx), (ins GPRs:R4, GPRs:R5, GPRs:R6, GPRs:R7), "ldq R4-R7, ($Rx)", []>; def STQ : QuadR<0x1, (outs GPRs:R4, GPRs:R5, GPRs:R6, GPRs:R7), (ins GPRs:$Rx), "stq R4-R7, ($Rx)", []>; // Load/Store Multiple Register Mode def LD...
2005 May 23
0
Can GPRS steal bandwidth from voice?
...oint me to it. Suppose a cellular subscriber gets a PocketPC (Windows Mobile 2003 Phone Edition), and subscribes to a voice + Internet plan. He then decides to use a proprietary VoIP application using the Internet plan. He is not using the voice part of his plan; he is channeling all the bits over GPRS. Suppose the application wants to maximize performance. It seems to me that there is a decision that needs to be made about bandwidth allocation between "regular" mobile voice and VoIP/GPRS here. Which entity makes that decision? Is it up to the application (driving the codec) to decide t...
2004 Dec 08
7
SIP Client for Symbian
Skipped content of type multipart/alternative-------------- next part -------------- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.289 / Virus Database: 265.4.7 - Release Date: 07/12/04
2011 Jun 23
0
[LLVMdev] Instr Description Problem of MCore Backend
Hello > Finally, I don't know how to describe following instructions in > MCoreInstrInfo.td, because of its variable ins/outs. Or what other files > should I use to finish this description? Do you need the isel support for them? If yes, then you should custom isel them. iirc ARM and SystemZ backends have similar instructions, while only the first one supports full isel for them. In
2004 Nov 18
0
jitter buffer
...because is on gsm ! Regards, Danny -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Danny Chan Sent: Friday, November 19, 2004 2:08 AM To: Ashhar Farhan; speex Subject: RE: [Speex-dev] jitter buffer Hi Farhan, It is interesting that GPRS is 9.6 kps, as per GPRS standard it should be 115kps ? if it is 9.6kps is true then I would use speex codec on GPRS for my project, since in some country they charge GPRS on flat rate rather than expensive airtime. Thanks for your work ! Regards Danny -----Original Message----- From: speex-...
2006 May 22
2
FW: WiFi / GSM VoIP Handsets..
...s. If anyone is interested do drop me an email. Picture of the phone can be found here. http://cyber-telecom.net/wifi-gsm.jpg GSM / VoIP Over WiFi Dual-Mode Phone CYBER-TELECOM released the world first commercial GSM/VoIP Over WiFi dual-mode smart phone, in March 2006. With a tri-band GSM/GPRS (Class 10) radio and an IEEE 802.11b WLAN chipset, It enables end customers to enjoy broadband multimedia services at WLAN covered homes, offices, hot spots/zones as well as reliable GSM/GPRS service anytime anywhere. It shows an outstanding performance in power management, mobility management, sec...
2008 Feb 27
6
[LLVMdev] ABI for i128 on x86-32?
Hello, Does anyone know of any precedent for handling i128 in the calling convention on x86-32? I'm trying to write a testcase that returns an i128 value, and LLVM currently has only two 32-bit GPRs designated for returning integer values on x86-32. Dan
2014 Jul 08
2
[LLVMdev] Selection DAG node for 64-bit load
Yes, the target does not have 64-bit GPRs. But it still needs to support 64-bit address space. Cheers, Iftekhar On Tue, Jul 8, 2014 at 1:19 PM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "Iftekhar Chowdhury" <iftekhar.hc at gmail.com> > > To: llvmdev at cs.uiuc.e...
2007 Nov 01
3
Video Call
Hi.. Iam new with asterisk PBX, and i have read about asterisk video call.: my question: 1. Is imposible to establish system video call (from Phone with GPRS/3G enabled to Computer Running Softphone like X-Lite) over Asterisk Gateway.. 2. If posible what requirement (Hardware and Software on my Asterisk,PC or My Phone) Thanks Joko Pitoyo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/...
2018 Jan 16
3
Exception handling support for a target
...mory structure based on the DWARF number. This is usually quite small because the easiest way of dumping the registers is to store each register set contiguously in memory in the same order that as their DWARF numbers, so you end up with a struct something like this: struct MyArch_Regs { int64_t GPRs[32]; }; And the get function is just doing GPRs[RegNo - MyArch_GPR0]. LLVM’s libUnwind has a very clean structure. Adding MIPS support took a couple of hours. All of the unwinder support is generic other than the mapping from DWARF register numbers to some concrete mechanism for getting and set...
2004 Nov 16
1
jitter buffer
jitter varioues from application to application and network to network. let me give you an instance from my own work. i am using speex in a voip application that has to work on gprs connection. the gprs gives just 9.6 kpbs up. hence, i have an upper limit of 6kpbs on the codec and not more than 5 udp packets per sec. that means, putting in 10 speex frames in every rtp packet. i need to jitter compensate for about 50 msec, but that necessarily means holding back 10 frames...
2015 Mar 16
3
[LLVMdev] Alias analysis issue with structs on PPC
...inter types instead of i64 will help common cases, but > will not address the general issue. Now part of this does some down to > using array parameters as a substitute for byval/direct parameters. As I > recall, this was done because it allowed a natural partial decomposition > between GPRs and stack for structures that straddle the number of available > parameter-passing GPRs. If we could accomplish that with regular byval > parameters and regular direct parameters, then we'd not need any of this > array coercion, and the system, including for the purposes of aliasing &g...
2007 Mar 19
5
Interesting problem getting wine onto my computer
I live in Bangladesh and have just installed Ubuntu dapper drake onto my shiny new desktop. The village where I live has no land lines or broad band so I connect to the internet through my old laptop using a GPRS mobile phone and Nokia PC suite run on Windows XP. I want to download wine onto my new computer so I can run PC suite and can continue accessing the internet via mobile but using Ubuntu. However, I cannot run the internet on Ubuntu until I install wine and PC suite. Is it possible to download wi...
2015 Dec 21
2
get instruction destination register
...ry operand and check them to be (isDef && !isimplicit). Now my problem is that it gives me the physical register number.i.e, for example, instead of r0, it return %physreg66. Could you please help me on how to convert these physical register number to the ARM related register? I mean the 15 GPRs in ARM. Thank you, Fami On Sat, Dec 19, 2015 at 5:02 PM, Tim Northover <t.p.northover at gmail.com> wrote: > Hi Fami, > > On 19 December 2015 at 11:34, fateme Hoseini via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > I get my machine instruction, but I don't...
2011 Mar 09
0
[LLVMdev] Vector select/compare support in LLVM
...that implementing this per-element promotion > would require major changes and decided that this is not the way to > go. What major changes? I think this will end up giving much better code in the end. The pack/unpack operations could be very expensive. There is another huge cost in using GPRs to hold masks. There will be fewer GPRs to hold addresses, which is a precious resource. We should avoid doing anything that uses more of that resource unnecessarily. -Dave
2009 Jan 28
2
[LLVMdev] inline asm semantics: output constraint width smaller than input
On Tue, Jan 27, 2009 at 8:56 PM, H. Peter Anvin <hpa at zytor.com> wrote: > Kyle Moffett wrote: >> Actually, PPC64 boxes basically don't care... the usable GPRs are all >> either 32-bit (for PPC32) or 64-bit (for PPC64), the <=32-bit >> instructions are identical across both, they just >> truncate/sign-extend/etc based on the lower 32-bits of the register. >> Also, you would only do a right-shift if you were going all the way &gt...
2009 Feb 13
1
"More than two wideband layers found. The stream is corrupted." problem
...{ speex_notify("More than two wideband layers found. The stream is corrupted."); return -2; } Does this error look familiar to any of you? How did I manage to corrupt the Speex state? I am using RTP over UDP, and that UDP runs over GPRS/EDGE, so the sequence of the packets is not necessarily kept - is this the problem? Should I use the built-in jitter buffer, or write some kind of my own? Some packets get lost on the way, since GPRS is not a particularly reliable connection. Can this damage the Speex internal state too? Best rega...
2006 Apr 17
5
Orative
Has anyone heard anything about these guys? Anyone seen anything like this? http://www.orative.com/solutions.php It's seems very cool, basically uses GPRS as a digital overlay on your mobile phone for additional functionality such as presence and IM though I'm sure they have some other functionality (voicemail access, call announce etc) coming down the pipeline. Any thoughts, how hard would it be to build something like this from scratch for...