From: Matt R. <mre...@te...> - 2004-06-14 20:06:33
|
On Mon, 2004-06-14 at 12:35, David Mansfield wrote: > On Mon, 2004-06-14 at 14:58, Matt Reynolds wrote: > /usr/local/mdbtools/bin/mdb-export 05260930_orlando.mdb \ > QcpCdma1xActiveSetInfo_XXX >=20 Actually, I think I lied. This does work, but isn't the table I want to dump. This command: mdb-export 05260930_orlando.mdb \ QcpCDMA1xRadioLinkProtocolStats_XXX Still doesn't output anything. So, looking into it a bit more, I realized that mdb-tables isn't dumping the table I'm interested in. It shows : QcpCdma1xRevPwrCtrl_XXX_FltStats QcpCdma1xRadioLinkProtocolStats QcpCdma1xRadioLinkProtocolStats_ QcpCdma1xRadioLinkProtocolStats_ QcpCdma1xRadioLinkProtocolStats_ Those last three tables are supposed to be : QcpCdma1xRadioLinkProtocolStats_XXX QcpCdma1xRadioLinkProtocolStats_XXX_IntBest QcpCdma1xRadioLinkProtocolStats_XXX_UI4$I2 I think that's why I can't dump them. Any idea why these tables aren't being dumped? --=20 Matt Reynolds <mre...@te...> |