mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-04 05:53:18 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/acetcom/nextepc
This commit is contained in:
		@@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but
 | 
			
		||||
dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 | 
			
		||||
dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 | 
			
		||||
 | 
			
		||||
AC_INIT([NextEPC], [0.3.6], [acetcom@gmail.com])
 | 
			
		||||
AC_INIT([NextEPC], [0.3.7], [acetcom@gmail.com])
 | 
			
		||||
 | 
			
		||||
AC_SUBST(LIBVERSION)
 | 
			
		||||
LIBVERSION=1:0:0
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										12
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,15 @@
 | 
			
		||||
nextepc (0.3.7~artful) artful; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Buf Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Sat, 14 Apr 2018 15:02:05 +0900
 | 
			
		||||
 | 
			
		||||
nextepc (0.3.7~xenial) xenial; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Sat, 14 Apr 2018 14:59:37 +0900
 | 
			
		||||
 | 
			
		||||
nextepc (0.3.6~xenial) xenial; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 
 | 
			
		||||
@@ -109,7 +109,9 @@ typedef struct _sgw_bearer_t {
 | 
			
		||||
 | 
			
		||||
    /* Pkts which will be buffered in case of UE-IDLE */
 | 
			
		||||
    c_uint32_t      num_buffered_pkt;
 | 
			
		||||
#define MAX_NUM_BUFFER_PKT      512
 | 
			
		||||
 | 
			
		||||
    /* FIXME: The value should be depdendant on the clbuf number. */
 | 
			
		||||
#define MAX_NUM_BUFFER_PKT      10 
 | 
			
		||||
    pkbuf_t*        buffered_pkts[MAX_NUM_BUFFER_PKT];
 | 
			
		||||
 | 
			
		||||
    list_t          tunnel_list;
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								webui/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								webui/package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "nextepc",
 | 
			
		||||
  "version": "0.3.6",
 | 
			
		||||
  "version": "0.3.7",
 | 
			
		||||
  "lockfileVersion": 1,
 | 
			
		||||
  "requires": true,
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "nextepc",
 | 
			
		||||
  "version": "0.3.6",
 | 
			
		||||
  "version": "0.3.7",
 | 
			
		||||
  "description": "NextEPC",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "repository": "https://github.com/acetcom/nextepc",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user