source: remove unused const variables 10/118810/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170315.124819 accepted/tizen/ivi/20170315.104543 accepted/tizen/mobile/20170315.104454 accepted/tizen/tv/20170315.104510 accepted/tizen/unified/20170315.104600 accepted/tizen/wearable/20170315.104525 submit/tizen/20170315.042112
authorSooyoung Ha <yoosah.ha@samsung.com>
Tue, 14 Mar 2017 06:35:13 +0000 (15:35 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Tue, 14 Mar 2017 06:35:34 +0000 (15:35 +0900)
Change-Id: I8c3e22879a3afa11ac20c2342d0aa8cf21ec0637
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
vmodem/at/at_tx_misc.c
vmodem/oem/oem_rx_network.c

index 9fdcdbb..acb70e8 100644 (file)
@@ -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);
index 9707fd1..e3ab66c 100644 (file)
@@ -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;