Project

General

Profile

Actions

Feature #4732

closed

osmo-mslookup-client cmdline tool in Distributed GSM / Multicast MS Lookup

Added by edgard21031969 over 3 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
08/26/2020
Due date:
% Done:

0%

Spec Reference:

Description

Hello,

I installed osmo-hlr by 2 methods:

a) First methode
cd $osmo_src
git clone git://git.osmocom.org/osmo-hlr
cd osmo-hlr
autoreconf -fi
./configure
make -j5
make check
make install
sudo ldconfig

osmo-mslookup-client is installed by 'make install

b)Install osmo-hlr nightly
sudo su
wget https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_18.04/Release.key
sha256sum Release.key
=> b5e2c1df9ff80bc73dd00a0c153ef308e7ec643ddb859e69789fcd4a9b1893d3
apt-key add Release.key
rm Release.key
echo "deb https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_18.04/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
apt-get update
exit

apt-get install osmo-hlr

I see that libosmo-mslookup0 is installed, but how can I do to use it?

Could you help me for nightly installation please?

Best Regards


Related issues

Related to OsmoHLR - Feature #4698: osmo-mslookup-client cmdline tool in Distributed GSM / Multicast MS Lookup Resolved08/08/2020

Actions
Related to Distributed GSM - Bug #4706: osmo-mslookup-client is installed by 'make install' in osmo-hlr, but apparently is not packaged in debianResolvedfixeria08/13/2020

Actions
Actions #1

Updated by fixeria over 3 years ago

  • Related to Feature #4698: osmo-mslookup-client cmdline tool in Distributed GSM / Multicast MS Lookup added
Actions #2

Updated by fixeria over 3 years ago

  • Related to Bug #4706: osmo-mslookup-client is installed by 'make install' in osmo-hlr, but apparently is not packaged in debian added
Actions #3

Updated by fixeria over 3 years ago

  • Priority changed from High to Normal

I installed osmo-hlr by 2 methods:

It's not a good idea to mix binary packages and manual installation from source.

osmo-mslookup-client is installed by 'make install

Not only osmo-mslookup-client, but osmo-hlr and the related libraries were installed too.

apt-get install osmo-hlr

And here you overwrite your previous installation with pre-compiled binaries from 'nightly'. Why?

I see that libosmo-mslookup0 is installed, but how can I do to use it?

You're asking about a library? Or did you mean the command line tool osmo-mslookup-client?

Feel free to read the source code (it's open source after all), check http://ftp.osmocom.org/docs/latest/ and help:

$ osmo-mslookup-client --help
Actions #4

Updated by edgard21031969 over 3 years ago

Hello,

Did only the followning command allow to install osmo-hlr nightly?
sudo su
wget https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_18.04/Release.key
sha256sum Release.key
=> b5e2c1df9ff80bc73dd00a0c153ef308e7ec643ddb859e69789fcd4a9b1893d3
apt-key add Release.key
rm Release.key
echo "deb https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_18.04/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
apt-get update
exit

If yes, what is the next step please?
to start osmo-hlr by systemctl restart osmo-hlr and connect with telnet to other configuration?

Best Regards.

Actions #5

Updated by fixeria about 2 years ago

  • Tracker changed from Support to Feature
  • Status changed from New to Closed

osmo-mslookup-client is now available (see #4706 for more details) in a separate package:

root@15e119667821:/# apt show osmo-mslookup-utils
Package: osmo-mslookup-utils
Version: 1.4.0.3.0c13.202202100857
Priority: optional
Section: utils
Source: osmo-hlr
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Installed-Size: 53.2 kB
Depends: osmocom-nightly (= 1.0.0.202202100857), libc6 (>= 2.4),
         libosmo-mslookup0 (= 1.4.0.3.0c13.202202100857),
         libosmocore18, libtalloc2 (>= 2.0.4~git20101213)
Homepage: https://projects.osmocom.org/projects/osmo-hlr
Download-Size: 21.0 kB
APT-Manual-Installed: yes
APT-Sources: http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_11 ./ Packages
Description: Utilities for Osmocom MS lookup
  This package contains a simple MS lookup client utility.

Closing this ticket. Please reopen if anything is still missing.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)