Project

General

Profile

OsmoNITB Migration Guide » History » Version 7

neels, 10/27/2017 02:23 AM

1 3 neels
{{>toc}}
2
3 1 neels
h1. OsmoNITB Migration Guide
4
5 2 neels
Historically, Osmocom offered the [[OsmoNITB:]] "Network-In-The-Box" as an actual single program. It was a useful simplification at the time, but in 2017, Osmocom have decided to split OsmoNITB into programs more closely resembling traditional network architecture. It is recommended to use the new separate components instead of the OsmoNITB, since active development focus has moved there.
6
7
Creating a new Network In The Box from scratch is described at [[Osmocom Network In The Box]], please refer to that page to complement the descriptions found here.
8
9
This page aims at describing the steps necessary to move from a working operation of osmo-nitb to the new split components.
10
11
h1. Subscriber Database
12
13 4 neels
With OsmoHLR comes *@osmo-hlr-db-tool@*, which is capable of importing the most important subscriber data from a database that was used with OsmoNITB.
14
15 5 neels
In a standard installation, the osmo-nitb database should be found at @/var/lib/osmocom/hlr.sqlite3@, and the osmo-hlr database is expected at @/var/lib/osmocom/hlr.db@. Hence the migration command becomes:
16
17 1 neels
<pre>
18 5 neels
osmo-hlr-db-tool -l /var/lib/osmocom/hlr.db -n /var/lib/osmocom/hlr.sqlite3
19 4 neels
</pre>
20
21 7 neels
If no @-l@ is passed, @./hlr.db@ is assumed.
22 4 neels
If the target @hlr.db@ does not exist yet, it is created.
23
24 1 neels
Note that not all information is copied to the hlr.db, just IMSI and 2G auth tokens.
25 5 neels
26
To avoid future confusion, it may be desirable to remove the legacy hlr.sqlite3 from the system (i.e. backup to somewhere else), or rename it to something like @osmo-nitb.db@, so that it is not mistaken for the OsmoHLR database.
27 2 neels
28
h1. Configuration Files
29
30 6 neels
Most of the current OsmoNITB config options still exist, but are now moved to OsmoMSC or OsmoBSC. Few are required in both.
31
32 2 neels
TODO
33
34
h1. Service Files
35
36
TODO
Add picture from clipboard (Maximum size: 48.8 MB)