[PATCH 0/6] Four minor fixes, "subscriber create" and subscriber's info formatting.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Alexander Chemeris alexander.chemeris at gmail.com
Fri Oct 4 00:42:23 UTC 2013


This patch set is mostly minor fixes and clean ups, with the exception of
the last two patches ("subscriber create" VTY command and a standard way for
printing a subscriber's info).

I would appreciate merging this patches to master, as I'm working onmore code
which depends on them.

Alexander Chemeris (6):
  Fix copy-paste error in console output in db_test.
  Fix typo ',' -> ';' at the end of a line.
  Fix typo in console output: "PEROIDOC" -> "PERIODIC".
  Slight clean up of the code in gsm340_rx_tpdu() and a fix for an
    unlikely, but possible memory leak there.
  Add "subscriber create" VTY command.
  Introduce a standard way for printing a subscriber's info.

 openbsc/include/openbsc/gsm_subscriber.h  |    4 ++++
 openbsc/src/libmsc/db.c                   |    2 +-
 openbsc/src/libmsc/gsm_04_08.c            |    2 +-
 openbsc/src/libmsc/gsm_04_11.c            |    7 ++++---
 openbsc/src/libmsc/vty_interface_layer3.c |   27 +++++++++++++++++++++++++++
 openbsc/tests/db/db_test.c                |    2 +-
 6 files changed, 38 insertions(+), 6 deletions(-)

-- 
1.7.9.5





More information about the OpenBSC mailing list