From 51bd4b29fc8d2fbae91e259998a8fc4deb62ded3 Mon Sep 17 00:00:00 2001 From: Sooyoung Ha Date: Tue, 14 Mar 2017 15:35:13 +0900 Subject: [PATCH] source: remove unused const variables Change-Id: I8c3e22879a3afa11ac20c2342d0aa8cf21ec0637 Signed-off-by: Sooyoung Ha --- vmodem/at/at_tx_misc.c | 2 -- vmodem/oem/oem_rx_network.c | 11 ----------- 2 files changed, 13 deletions(-) diff --git a/vmodem/at/at_tx_misc.c b/vmodem/at/at_tx_misc.c index 9fdcdbb..acb70e8 100644 --- a/vmodem/at/at_tx_misc.c +++ b/vmodem/at/at_tx_misc.c @@ -42,8 +42,6 @@ int at_tx_misc_version(void *data, int len) return at_gen_resp_send(AT_GEN_ERR_NO_ERROR); } -static const int at_tx_max_serial_number_data = 0x20; - int at_tx_misc_me_serial(int sn_index, const void *sn, int len) { TRACE(MSGL_VGSM_INFO, "+CGSN resp %s\n", (char*)sn); diff --git a/vmodem/oem/oem_rx_network.c b/vmodem/oem/oem_rx_network.c index 9707fd1..e3ab66c 100644 --- a/vmodem/oem/oem_rx_network.c +++ b/vmodem/oem/oem_rx_network.c @@ -43,17 +43,6 @@ int oem_rx_net_reg_get(void) return server_rx_net_reg_get(); } -/* Update for public open */ -/* WIRELESS */ -static const unsigned char default_identity[64] = { - 0x01, 0x01, 0x00, 0x10, 0x02, 0xd7, 0xa4, 0xb4, 0xc8, 0x2c, - 0x4e, 0xa7, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x31, 0x31, 0x31, 0x31, - 0x31, 0x23 }; - int oem_rx_net_current_plmn_get(void) { int ret; -- 2.7.4