mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
				synced 2025-11-03 21:53:30 +00:00 
			
		
		
		
	add libosmo-mslookup abstract client
mslookup is a key concept in Distributed GSM, which allows querying the current location of a subscriber in a number of cooperating but independent core network sites, by arbitrary service names and by MSISDN/IMSI. Add the abstract mslookup client library. An actual lookup method (besides mslookup_client_fake.c) is added in a subsequent patch. For a detailed overview of this and upcoming patches, please see the elaborate comment at the top of mslookup.c. Add as separate library, libosmo-mslookup, to allow adding D-GSM capability to arbitrary client programs. osmo-hlr will be the only mslookup server implementation, added in a subsequent patch. osmo-hlr itself will also use this library and act as an mslookup client, when requesting the home HLR for locally unknown IMSIs. Related: OS#4237 Patch-by: osmith, nhofmeyr Change-Id: I83487ab8aad1611eb02e997dafbcb8344da13df1
This commit is contained in:
		
							
								
								
									
										22
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							@@ -59,6 +59,28 @@ Description: Development headers of Osmocom GSUP client library
 | 
			
		||||
  .
 | 
			
		||||
  This package contains the development headers.
 | 
			
		||||
 | 
			
		||||
Package: libosmo-mslookup0
 | 
			
		||||
Section: libs
 | 
			
		||||
Architecture: any
 | 
			
		||||
Multi-Arch: same
 | 
			
		||||
Depends: ${shlibs:Depends},
 | 
			
		||||
         ${misc:Depends}
 | 
			
		||||
Pre-Depends: ${misc:Pre-Depends}
 | 
			
		||||
Description: Osmocom MS lookup library
 | 
			
		||||
  This shared library contains routines for looking up mobile subscribers.
 | 
			
		||||
 | 
			
		||||
Package: libosmo-mslookup-dev
 | 
			
		||||
Architecture: any
 | 
			
		||||
Multi-Arch: same
 | 
			
		||||
Depends: ${misc:Depends},
 | 
			
		||||
	 libosmo-mslookup0 (= ${binary:Version}),
 | 
			
		||||
	 libosmocore-dev
 | 
			
		||||
Pre-Depends: ${misc:Pre-Depends}
 | 
			
		||||
Description: Development headers of Osmocom MS lookup library
 | 
			
		||||
  This shared library contains routines for looking up mobile subscribers.
 | 
			
		||||
  .
 | 
			
		||||
  This package contains the development headers.
 | 
			
		||||
 | 
			
		||||
Package: osmo-hlr-doc
 | 
			
		||||
Architecture: all
 | 
			
		||||
Section: doc
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										5
									
								
								debian/libosmo-mslookup-dev.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								debian/libosmo-mslookup-dev.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
usr/include/osmocom/mslookup
 | 
			
		||||
usr/lib/*/libosmo-mslookup*.a
 | 
			
		||||
usr/lib/*/libosmo-mslookup*.so
 | 
			
		||||
usr/lib/*/libosmo-mslookup*.la
 | 
			
		||||
usr/lib/*/pkgconfig/libosmo-mslookup.pc
 | 
			
		||||
							
								
								
									
										1
									
								
								debian/libosmo-mslookup0.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								debian/libosmo-mslookup0.install
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
usr/lib/*/libosmo-mslookup*.so.*
 | 
			
		||||
		Reference in New Issue
	
	Block a user