isimodem: Add debugging for PN_WRAN id

This commit is contained in:
Aki Niemi 2010-12-03 10:50:16 +02:00
parent 1bffb5c909
commit 46d52b5a90
3 changed files with 2 additions and 2 deletions

View File

@ -51,6 +51,7 @@ const char *pn_resource_name(int value)
_(PN_MTC);
_(PN_GSS);
_(PN_GPDS);
_(PN_WRAN);
}
return "PN_<UNKNOWN>";
}

View File

@ -39,6 +39,7 @@ extern "C" {
#define PN_GPDS 0x31
#define PN_PEP_TYPE_GPRS 0x04
#define PN_WRAN 0xB4
enum gpds_message_id {
GPDS_LL_CONFIGURE_REQ = 0x00,

View File

@ -45,8 +45,6 @@
#include "gss.h"
#include "network.h"
#define PN_WRAN 0xb4
struct radio_data {
GIsiClient *gss_client;
GIsiClient *gpds_client;