mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc.git
				synced 2025-11-03 21:53:35 +00:00 
			
		
		
		
	Compare commits
	
		
			5 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					062390702c | ||
| 
						 | 
					22f0738935 | ||
| 
						 | 
					39515ac59e | ||
| 
						 | 
					fea674ee2d | ||
| 
						 | 
					d5c7fd45b2 | 
@@ -31,9 +31,8 @@ export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
 | 
			
		||||
export LD_LIBRARY_PATH="$inst/lib"
 | 
			
		||||
export PATH="$inst/bin:$PATH"
 | 
			
		||||
 | 
			
		||||
osmo-build-dep.sh libosmo-abis
 | 
			
		||||
osmo-build-dep.sh libosmo-netif
 | 
			
		||||
osmo-build-dep.sh libosmo-sigtran
 | 
			
		||||
osmo-build-dep.sh libosmo-netif "" --disable-doxygen
 | 
			
		||||
osmo-build-dep.sh libosmo-sigtran "" --disable-doxygen
 | 
			
		||||
 | 
			
		||||
# Additional configure options and depends
 | 
			
		||||
CONFIG=""
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										12
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,15 @@
 | 
			
		||||
osmo-smlc (0.3.2) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  [ Oliver Smith ]
 | 
			
		||||
  * contrib/jenkins: libosmo-abis after libosmo-netif
 | 
			
		||||
 | 
			
		||||
  [ Pau Espin Pedrol ]
 | 
			
		||||
  * jenkins.sh: Skip building unneeded libosmo-abis
 | 
			
		||||
  * jenkins.sh: No need to build libosmo-sigtran with doxygen
 | 
			
		||||
  * Add missing required vty go_parent_cb for libosmo-sigtran
 | 
			
		||||
 | 
			
		||||
 -- Oliver Smith <osmith@sysmocom.de>  Wed, 05 Mar 2025 11:35:11 +0100
 | 
			
		||||
 | 
			
		||||
osmo-smlc (0.3.1) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  [ Harald Welte ]
 | 
			
		||||
 
 | 
			
		||||
@@ -35,6 +35,7 @@
 | 
			
		||||
 | 
			
		||||
#include <osmocom/sigtran/xua_msg.h>
 | 
			
		||||
#include <osmocom/sigtran/sccp_sap.h>
 | 
			
		||||
#include <osmocom/sigtran/osmo_ss7.h>
 | 
			
		||||
 | 
			
		||||
#include <osmocom/smlc/debug.h>
 | 
			
		||||
#include <osmocom/smlc/smlc_data.h>
 | 
			
		||||
@@ -170,6 +171,7 @@ static struct vty_app_info vty_info = {
 | 
			
		||||
	"This is free software: you are free to change and redistribute it.\r\n"
 | 
			
		||||
	"There is NO WARRANTY, to the extent permitted by law.\r\n",
 | 
			
		||||
	.version	= PACKAGE_VERSION,
 | 
			
		||||
	.go_parent_cb	= osmo_ss7_vty_go_parent,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static void signal_handler(int signal)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user