[openbsc] 02/04: More spelling errors corrected

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Feb 20 08:50:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository openbsc.

commit 0f9080c19853021cb909c18b45068d934b0aa2de
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Feb 20 09:30:51 2016 +0100

    More spelling errors corrected
---
 debian/patches/correct_spelling_errors.patch | 57 +++++++++++++++++++---------
 1 file changed, 40 insertions(+), 17 deletions(-)

diff --git a/debian/patches/correct_spelling_errors.patch b/debian/patches/correct_spelling_errors.patch
index 3e95293..11b8477 100644
--- a/debian/patches/correct_spelling_errors.patch
+++ b/debian/patches/correct_spelling_errors.patch
@@ -1,9 +1,11 @@
 Description: Fix some typos in stdout output
 Author: Ruben Undheim <ruben.undheim at gmail.com>
 
---- openbsc-0.15.0.orig/openbsc/src/ipaccess/ipaccess-config.c
-+++ openbsc-0.15.0/openbsc/src/ipaccess/ipaccess-config.c
-@@ -797,11 +797,11 @@ static void print_usage(void)
+Index: openbsc/openbsc/src/ipaccess/ipaccess-config.c
+===================================================================
+--- openbsc.orig/openbsc/src/ipaccess/ipaccess-config.c	2016-02-20 09:29:47.426867611 +0100
++++ openbsc/openbsc/src/ipaccess/ipaccess-config.c	2016-02-20 09:29:47.422867686 +0100
+@@ -797,11 +797,11 @@
  static void print_help(void)
  {
  #if 0
@@ -17,9 +19,11 @@ Author: Ruben Undheim <ruben.undheim at gmail.com>
  	printf("  -u --unit-id UNIT_ID\t\tSet the Unit ID of the BTS\n");
  	printf("  -o --oml-ip IP\t\tSet primary OML IP (IP of your BSC)\n");
  	printf("  -i --ip-address IP/MASK\tSet static IP address + netmask of BTS\n");
---- openbsc-0.15.0.orig/openbsc/src/libbsc/abis_om2000_vty.c
-+++ openbsc-0.15.0/openbsc/src/libbsc/abis_om2000_vty.c
-@@ -327,7 +327,7 @@ DEFUN(om2k_con_list_tei, om2k_con_list_t
+Index: openbsc/openbsc/src/libbsc/abis_om2000_vty.c
+===================================================================
+--- openbsc.orig/openbsc/src/libbsc/abis_om2000_vty.c	2016-02-20 09:29:47.426867611 +0100
++++ openbsc/openbsc/src/libbsc/abis_om2000_vty.c	2016-02-20 09:29:47.422867686 +0100
+@@ -327,7 +327,7 @@
  
  DEFUN(cfg_bts_is_conn_list, cfg_bts_is_conn_list_cmd,
  	"is-connection-list (add|del) <0-2047> <0-2047> <0-255>",
@@ -28,9 +32,11 @@ Author: Ruben Undheim <ruben.undheim at gmail.com>
  	"Add to IS list\n" "Delete from IS list\n"
  	"ICP1\n" "ICP2\n" "Contiguity Index\n")
  {
---- openbsc-0.15.0.orig/openbsc/src/libbsc/bsc_api.c
-+++ openbsc-0.15.0/openbsc/src/libbsc/bsc_api.c
-@@ -136,7 +136,7 @@ static void assignment_t10_timeout(void
+Index: openbsc/openbsc/src/libbsc/bsc_api.c
+===================================================================
+--- openbsc.orig/openbsc/src/libbsc/bsc_api.c	2016-02-20 09:29:47.426867611 +0100
++++ openbsc/openbsc/src/libbsc/bsc_api.c	2016-02-20 09:29:47.422867686 +0100
+@@ -136,7 +136,7 @@
  	struct gsm_subscriber_connection *conn =
  		(struct gsm_subscriber_connection *) _conn;
  
@@ -39,7 +45,7 @@ Author: Ruben Undheim <ruben.undheim at gmail.com>
  
  	/*
  	 * normal release on the secondary channel but only if the
-@@ -476,7 +476,7 @@ static void handle_ass_fail(struct gsm_s
+@@ -476,7 +476,7 @@
  
  	gh = msgb_l3(msg);
  	if (msgb_l3len(msg) - sizeof(*gh) != 1) {
@@ -48,9 +54,11 @@ Author: Ruben Undheim <ruben.undheim at gmail.com>
  		     msgb_l3len(msg) - sizeof(*gh));
  		rr_failure = NULL;
  	} else {
---- openbsc-0.15.0.orig/openbsc/src/libmsc/smpp_vty.c
-+++ openbsc-0.15.0/openbsc/src/libmsc/smpp_vty.c
-@@ -385,7 +385,7 @@ DEFUN(cfg_no_esme_defaultroute, cfg_esme
+Index: openbsc/openbsc/src/libmsc/smpp_vty.c
+===================================================================
+--- openbsc.orig/openbsc/src/libmsc/smpp_vty.c	2016-02-20 09:29:47.426867611 +0100
++++ openbsc/openbsc/src/libmsc/smpp_vty.c	2016-02-20 09:29:47.422867686 +0100
+@@ -385,7 +385,7 @@
  
  DEFUN(cfg_esme_del_src_imsi, cfg_esme_del_src_imsi_cmd,
  	"deliver-src-imsi",
@@ -59,7 +67,7 @@ Author: Ruben Undheim <ruben.undheim at gmail.com>
  {
  	struct osmo_smpp_acl *acl = vty->index;
  
-@@ -396,7 +396,7 @@ DEFUN(cfg_esme_del_src_imsi, cfg_esme_de
+@@ -396,7 +396,7 @@
  
  DEFUN(cfg_esme_no_del_src_imsi, cfg_esme_no_del_src_imsi_cmd,
  	"no deliver-src-imsi", NO_STR
@@ -68,9 +76,11 @@ Author: Ruben Undheim <ruben.undheim at gmail.com>
  {
  	struct osmo_smpp_acl *acl = vty->index;
  
---- openbsc-0.15.0.orig/openbsc/src/osmo-bsc/osmo_bsc_vty.c
-+++ openbsc-0.15.0/openbsc/src/osmo-bsc/osmo_bsc_vty.c
-@@ -688,7 +688,7 @@ DEFUN(cfg_msc_no_acc_lst_name,
+Index: openbsc/openbsc/src/osmo-bsc/osmo_bsc_vty.c
+===================================================================
+--- openbsc.orig/openbsc/src/osmo-bsc/osmo_bsc_vty.c	2016-02-20 09:29:47.426867611 +0100
++++ openbsc/openbsc/src/osmo-bsc/osmo_bsc_vty.c	2016-02-20 09:29:47.422867686 +0100
+@@ -688,7 +688,7 @@
  DEFUN(cfg_net_bsc_mid_call_text,
        cfg_net_bsc_mid_call_text_cmd,
        "mid-call-text .TEXT",
@@ -79,3 +89,16 @@ Author: Ruben Undheim <ruben.undheim at gmail.com>
  {
  	struct osmo_bsc_data *data = osmo_bsc_data(vty);
  	char *txt = argv_concat(argv, argc, 0);
+Index: openbsc/openbsc/src/libmsc/smpp_smsc.c
+===================================================================
+--- openbsc.orig/openbsc/src/libmsc/smpp_smsc.c	2016-02-19 20:13:19.425462608 +0100
++++ openbsc/openbsc/src/libmsc/smpp_smsc.c	2016-02-20 09:30:13.570378990 +0100
+@@ -756,7 +756,7 @@
+ 	case QUERY_SM:
+ 	case REPLACE_SM:
+ 	case SUBMIT_MULTI:
+-		LOGP(DSMPP, LOGL_NOTICE, "[%s] Unimplemented PDU Commmand "
++		LOGP(DSMPP, LOGL_NOTICE, "[%s] Unimplemented PDU Command "
+ 		     "0x%08x\n", esme->system_id, cmd_id);
+ 		break;
+ 	default:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openbsc.git



More information about the debian-science-commits mailing list